Skip to content

Commit 95848a1

Browse files
author
frmdstryr
committed
Add setuptools
1 parent 36ed235 commit 95848a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/kiwisolver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ class KiwiSolverRecipe(CppCompiledComponentsPythonRecipe):
44
site_packages_name = 'kiwisolver'
55
version = '0.1.3'
66
url = 'https://github.com/nucleic/kiwi/archive/master.zip'
7-
depends = ['python2']
7+
depends = ['python2','setuptools']
88

99
recipe = KiwiSolverRecipe()

0 commit comments

Comments
 (0)