8000 This current Twisted version actually runs! · inmean/python-for-android@594acf7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 594acf7

Browse files
committed
This current Twisted version actually runs!
1 parent f131abc commit 594acf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/twisted/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212

1313

1414
class TwistedRecipe(CythonRecipe):
15-
version = '16.0.0'
15+
version = '17.9.0'
1616
url = 'https://github.com/twisted/twisted/archive/twisted-{version}.tar.gz'
1717

18-
depends = ['setuptools', 'zope_interface']
18+
depends = ['setuptools', 'zope_interface', 'incremental', 'constantly']
1919

2020
call_hostpython_via_targetpython = False
2121
install_in_hostpython = True

0 commit comments

Comments
 (0)
0