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