diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-06 12:57:38 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-06 12:57:38 -0300 |
commit | c3c9d0870b31470f0d68da42ca1158b7caa8b9b6 (patch) | |
tree | 24411dc1f8b1b12f44a7c34e5e8444dfdf9b9ceb /community/py3-twisted | |
parent | 1e5de83a685ebfffe5b6c433a20c6b8095c8cc29 (diff) | |
download | aports-c3c9d0870b31470f0d68da42ca1158b7caa8b9b6.tar.bz2 aports-c3c9d0870b31470f0d68da42ca1158b7caa8b9b6.tar.xz |
community/py3-twisted: don't use busybox-incompatible option -v
Diffstat (limited to 'community/py3-twisted')
-rw-r--r-- | community/py3-twisted/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-twisted/APKBUILD b/community/py3-twisted/APKBUILD index b203db5bee..fe8b0d1f01 100644 --- a/community/py3-twisted/APKBUILD +++ b/community/py3-twisted/APKBUILD @@ -27,7 +27,7 @@ prepare() { # Remove tests that always fail due to our not-upstream testing procedure # these tests if invoking the Twisted binary and twisted.trial tests work rm -f src/twisted/test/test_main.py - rm -v $(grep -lr "Generated by Cython") + rm $(grep -lr "Generated by Cython") } build() { |