8000 Merge pull request #1140 from wexi/local · ttarfall/python-for-android@55e9daa · GitHub
[go: up one dir, main page]

Skip to content

Commit 55e9daa

Browse files
authored
Merge pull request kivy#1140 from wexi/local
This current Twisted version actually runs!
2 parents f131abc + 594acf7 commit 55e9daa

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