From 443b0959e0d408f71fc835d23458143e01c18103 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Mon, 25 Feb 2019 18:39:37 +0000 Subject: [PATCH] Removed unnecessary genericndkbuild dependency from the flask recipe --- pythonforandroid/recipes/flask/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonforandroid/recipes/flask/__init__.py b/pythonforandroid/recipes/flask/__init__.py index 7ef7f723af..1a9b685256 100644 --- a/pythonforandroid/recipes/flask/__init__.py +++ b/pythonforandroid/recipes/flask/__init__.py @@ -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']