File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- VERSION_twisted=${VERSION_twisted:- 11.1 }
3+ VERSION_twisted=${VERSION_twisted:- 14.0 }
44URL_twisted=http://twistedmatrix.com/Releases/Twisted/$VERSION_twisted /Twisted-$VERSION_twisted .0.tar.bz2
5+
56DEPS_twisted=(zope)
6- MD5_twisted=
7+ MD5_twisted=9625c094e0a18da77faa4627b98c9815
78BUILD_twisted=$BUILD_PATH /twisted/$( get_directory $URL_twisted )
89RECIPE_twisted=$RECIPES_PATH /twisted
910
1011function prebuild_twisted() {
11- true
12+ echo " tty.pyo" >> " ${BUILD_PATH} /whitelist.txt"
13+ echo " termios.so" >> " ${BUILD_PATH} /whitelist.txt"
1214}
1315
1416function shouldbuild_twisted() {
@@ -25,7 +27,7 @@ function build_twisted() {
2527 export LDFLAGS=" $LDFLAGS -L$LIBS_PATH "
2628 export LDSHARED=" $LIBLINK "
2729
28- export PYTHONPATH=$BUILD_hostpython /Lib/site-packages
30+ export PYTHONPATH=$BUILD_hostpython /Lib/site-packages: $BUILD_hostpython /build/lib.linux-x86_64-2.7
2931
3032 # fake try to be able to cythonize generated files
3133 $HOSTPYTHON setup.py build_ext
You can’t perform that action at this time.
0 commit comments