Skip to content

Commit 18af2a1

Browse files
committed
Fixed python3 -> python3crystax in flask depends
1 parent 069f6cd commit 18af2a1

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
# 0.10.1 at least for now
1010
url = 'https://github.com/pallets/flask/archive/{version}.zip'
1111

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

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

0 commit comments

Comments
 (0)