File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- VERSION_twisted=${VERSION_twisted:- 11.1 }
3
+ VERSION_twisted=${VERSION_twisted:- 14.0 }
4
4
URL_twisted=http://twistedmatrix.com/Releases/Twisted/$VERSION_twisted /Twisted-$VERSION_twisted .0.tar.bz2
5
+
5
6
DEPS_twisted=(zope)
6
- MD5_twisted=
7
+ MD5_twisted=9625c094e0a18da77faa4627b98c9815
7
8
BUILD_twisted=$BUILD_PATH /twisted/$( get_directory $URL_twisted )
8
9
RECIPE_twisted=$RECIPES_PATH /twisted
9
10
10
11
function prebuild_twisted() {
11
- true
12
+ echo " tty.pyo" >> " ${BUILD_PATH} /whitelist.txt"
13
+ echo " termios.so" >> " ${BUILD_PATH} /whitelist.txt"
12
14
}
13
15
14
16
function shouldbuild_twisted() {
@@ -25,7 +27,7 @@ function build_twisted() {
25
27
export LDFLAGS=" $LDFLAGS -L$LIBS_PATH "
26
28
export LDSHARED=" $LIBLINK "
27
29
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
29
31
30
32
# fake try to be able to cythonize generated files
31
33
$HOSTPYTHON setup.py build_ext
You can’t perform that action at this time.
0 commit comments