We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9743286 commit 992e0d0Copy full SHA for 992e0d0
1 file changed
recipes/txtorcon/recipe.sh
@@ -4,7 +4,7 @@
4
VERSION_txtorcon=
5
6
# dependencies of this recipe
7
-DEPS_txtorcon=(tor setuptools twisted)
+DEPS_txtorcon=(tor setuptools sdl twisted)
8
9
# url of the
10
#URL_txtorcon=https://github.com/meejah/txtorcon/archive/3b370a0cc77ee7c52fcd956611c5aed244c19a96.zip
@@ -53,7 +53,7 @@ function build_txtorcon() {
53
54
export PYTHONPATH=$BUILD_hostpython/Lib/site-packages
55
56
- # fake try to be able to cythonize generated files
+ # fake try to be able to cythonize generated files (copied from twisted recipe)
57
$BUILD_PATH/python-install/bin/python.host setup.py build
58
try find . -iname '*.pyx' -exec cython {} \;
59
try $BUILD_PATH/python-install/bin/python.host setup.py build
0 commit comments