diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-06 22:27:28 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-06 22:27:28 -0300 |
commit | 973f08d7bbfbc4154d28211ec1d304a8cba8ad72 (patch) | |
tree | 157bc3917d6f6e5ee9e8456910cc51ebe131778a | |
parent | 4c2623d4d319a4efcad5b543a4f1b7d43175afc1 (diff) | |
download | aports-973f08d7bbfbc4154d28211ec1d304a8cba8ad72.tar.bz2 aports-973f08d7bbfbc4154d28211ec1d304a8cba8ad72.tar.xz |
community/py3-twisted: re-enable
This seems to be the only way to get changes made to the builders.
-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 5f95f7831c..b0feb8fe74 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="all" license="MIT" depends="python3 py3-cryptography py3-zope-interface py3-constantly py3-incremental py3-attrs py3-pyhamcrest py3-hyperlink py3-automat" |