We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca419e commit 443b095Copy full SHA for 443b095
1 file changed
pythonforandroid/recipes/flask/__init__.py
@@ -9,7 +9,7 @@ class FlaskRecipe(PythonRecipe):
9
version = '0.10.1'
10
url = 'https://github.com/pallets/flask/archive/{version}.zip'
11
12
- depends = [('python2', 'python3', 'python3crystax'), 'setuptools', 'genericndkbuild']
+ depends = [('python2', 'python3', 'python3crystax'), 'setuptools']
13
14
python_depends = ['jinja2', 'werkzeug', 'markupsafe', 'itsdangerous', 'click']
15
0 commit comments