Skip to content

Commit 3a03883

Browse files
committed
Improved some testapp setup.py files
1 parent 8e2cd27 commit 3a03883

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pythonforandroid/recipes/flask/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class FlaskRecipe(PythonRecipe):
99
# 0.10.1 at least for now
1010
url = 'https://github.com/pallets/flask/archive/{version}.zip'
1111

12-
depends = [('python2', 'python3crystax'), 'setuptools']
12+
depends = [('python2', 'python3crystax'), 'setuptools', 'genericndkbuild']
1313

1414
python_depends = ['jinja2', 'werkzeug', 'markupsafe', 'itsdangerous', 'click']
1515

testapps/setup_pygame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import find_packages
44

55
options = {'apk': {'debug': None,
6-
'requirements': 'pygame,pyjnius,kivy,python2',
6+
'requirements': 'pygame,pyjnius,kivy,python2,android',
77
'android-api': 19,
88
'ndk-dir': '/home/asandy/android/crystax-ndk-10.3.2',
99
'dist-name': 'bdisttest_pygame',

0 commit comments

Comments
 (0)