We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ed235 commit 95848a1Copy full SHA for 95848a1
pythonforandroid/recipes/kiwisolver/__init__.py
@@ -4,6 +4,6 @@ class KiwiSolverRecipe(CppCompiledComponentsPythonRecipe):
4
site_packages_name = 'kiwisolver'
5
version = '0.1.3'
6
url = 'https://github.com/nucleic/kiwi/archive/master.zip'
7
- depends = ['python2']
+ depends = ['python2','setuptools']
8
9
recipe = KiwiSolverRecipe()
0 commit comments