From 5f2595f50aa9d2f05a2b4d66ca0315ebe9e17741 Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 6 Nov 2019 22:39:37 -0300 Subject: community/py3-twisted: run cython, not cython3 --- community/py3-twisted/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/py3-twisted') diff --git a/community/py3-twisted/APKBUILD b/community/py3-twisted/APKBUILD index b0feb8fe74..4a00f41b02 100644 --- a/community/py3-twisted/APKBUILD +++ b/community/py3-twisted/APKBUILD @@ -31,7 +31,7 @@ prepare() { } build() { - find -name '*.pyx' -exec cython3 {} \; + find -name '*.pyx' -exec cython {} \; CFLAGS="$CFLAGS $(pkgconf --cflags libtirpc)" python3 setup.py build } -- cgit v1.2.3