Skip to content

Commit 455c47f

Browse files
committed
Updated twisted to 14.0
1 parent 4d3d471 commit 455c47f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

recipes/twisted/recipe.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#!/bin/bash
22

3-
VERSION_twisted=${VERSION_twisted:-11.1}
3+
VERSION_twisted=${VERSION_twisted:-14.0}
44
URL_twisted=http://twistedmatrix.com/Releases/Twisted/$VERSION_twisted/Twisted-$VERSION_twisted.0.tar.bz2
5+
56
DEPS_twisted=(zope)
6-
MD5_twisted=
7+
MD5_twisted=9625c094e0a18da77faa4627b98c9815
78
BUILD_twisted=$BUILD_PATH/twisted/$(get_directory $URL_twisted)
89
RECIPE_twisted=$RECIPES_PATH/twisted
910

@@ -25,7 +26,7 @@ function build_twisted() {
2526
export LDFLAGS="$LDFLAGS -L$LIBS_PATH"
2627
export LDSHARED="$LIBLINK"
2728

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
2930

3031
# fake try to be able to cythonize generated files
3132
$HOSTPYTHON setup.py build_ext

0 commit comments

Comments
 (0)