Skip to content

Commit 992e0d0

Browse files
author
djon3s
committed
add sdl to txtorcon because http://pastebin.com/SEMXcVJv
1 parent 9743286 commit 992e0d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

recipes/txtorcon/recipe.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
VERSION_txtorcon=
55

66
# dependencies of this recipe
7-
DEPS_txtorcon=(tor setuptools twisted)
7+
DEPS_txtorcon=(tor setuptools sdl twisted)
88

99
# url of the
1010
#URL_txtorcon=https://github.com/meejah/txtorcon/archive/3b370a0cc77ee7c52fcd956611c5aed244c19a96.zip
@@ -53,7 +53,7 @@ function build_txtorcon() {
5353

5454
export PYTHONPATH=$BUILD_hostpython/Lib/site-packages
5555

56-
# fake try to be able to cythonize generated files
56+
# fake try to be able to cythonize generated files (copied from twisted recipe)
5757
$BUILD_PATH/python-install/bin/python.host setup.py build
5858
try find . -iname '*.pyx' -exec cython {} \;
5959
try $BUILD_PATH/python-install/bin/python.host setup.py build

0 commit comments

Comments
 (0)