Skip to content

Commit 443b095

Browse files
committed
Removed unnecessary genericndkbuild dependency from the flask recipe
1 parent 6ca419e commit 443b095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
version = '0.10.1'
1010
url = 'https://github.com/pallets/flask/archive/{version}.zip'
1111

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

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

0 commit comments

Comments
 (0)