diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/py3-twisted/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user/py3-twisted/APKBUILD b/user/py3-twisted/APKBUILD index 408081052..8bc9e72dd 100644 --- a/user/py3-twisted/APKBUILD +++ b/user/py3-twisted/APKBUILD @@ -13,7 +13,7 @@ arch="all" # also need to be packaged and added to depends= options="net" license="MIT" -depends="python3 py3-attrs py3-incremental py3-zope-interface" +depends="python3 py3-attrs py3-cython py3-incremental py3-zope-interface" makedepends="python3-dev" subpackages="" source="https://files.pythonhosted.org/packages/source/$_p/$_pkgname/$_pkgname-$pkgver.tar.bz2 @@ -30,6 +30,7 @@ builddir="$srcdir/Twisted-$pkgver" # - CVE-2020-10109 build() { + (cd "$builddir"/src/twisted/test && cython raiser.pyx) python3 setup.py build } |