aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-06 21:28:38 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-06 21:29:11 -0300
commit907145c1801931f23a4a931712a21dd1c1baf81f (patch)
tree5f4e93045ea9afdf916364b14ccad73c7392105d
parent799773ca393b3160afa8724c5bfedd2a98752c69 (diff)
downloadaports-907145c1801931f23a4a931712a21dd1c1baf81f.tar.bz2
aports-907145c1801931f23a4a931712a21dd1c1baf81f.tar.xz
community/py3-twisted: disable for now
-rw-r--r--community/py3-twisted/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-twisted/APKBUILD b/community/py3-twisted/APKBUILD
index fe8b0d1f01..ccf973309f 100644
--- a/community/py3-twisted/APKBUILD
+++ b/community/py3-twisted/APKBUILD
@@ -5,7 +5,7 @@ pkgver=19.7.0
pkgrel=2
pkgdesc="Asynchronous networking framework written in Python3"
url="http://twistedmatrix.com/"
-arch="all"
+arch="" # Currently fails lots on the builder
license="MIT"
depends="python3 py3-cryptography py3-zope-interface py3-constantly py3-incremental py3-attrs
py3-pyhamcrest py3-hyperlink py3-automat"