Skip to content

Commit

Permalink
Merge pull request #1729 from inclement/fix_flask_deps
Browse files Browse the repository at this point in the history
Removed unnecessary genericndkbuild dependency from the flask recipe
  • Loading branch information
inclement authored Feb 25, 2019
2 parents 5d0f92e + 443b095 commit e63f248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonforandroid/recipes/flask/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class FlaskRecipe(PythonRecipe):
version = '0.10.1'
url = 'https://github.com/pallets/flask/archive/{version}.zip'

depends = [('python2', 'python3', 'python3crystax'), 'setuptools', 'genericndkbuild']
depends = [('python2', 'python3', 'python3crystax'), 'setuptools']

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

Expand Down

0 comments on commit e63f248

Please sign in to comment.