File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
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
@@ -25,7 +26,7 @@ function build_twisted() {
25
26
export LDFLAGS=" $LDFLAGS -L$LIBS_PATH "
26
27
export LDSHARED=" $LIBLINK "
27
28
28
- export PYTHONPATH=$BUILD_hostpython /Lib/site-packages
29
+ export PYTHONPATH=$BUILD_hostpython /Lib/site-packages: $BUILD_hostpython /build/lib.linux-x86_64-2.7
29
30
30
31
# fake try to be able to cythonize generated files
31
32
$HOSTPYTHON setup.py build_ext
You can’t perform that action at this time.
0 commit comments