Skip to content

Commit f21ba6d

Browse files
author
Payno
committed
Avoid cythonization for debian 7 package
1 parent 48efa3d commit f21ba6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-deb7.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export PYBUILD_DISABLE_python2=test
3939
export PYBUILD_DISABLE_python3=test
4040
export DEB_BUILD_OPTIONS=nocheck
4141
rm -rf dist
42-
python setup.py sdist
42+
python setup.py sdist --no-cython
4343
cd dist
4444
tar -xzf ${PROJECT}-*.tar.gz
4545
cd ${PROJECT}*

0 commit comments

Comments
 (0)