Skip to content

Commit 344d6b8

Browse files
committed
Require setuptools for every recipe
1 parent e4cf526 commit 344d6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ class PythonRecipe(Recipe):
878878
on python2 or python3 which can break the dependency graph
879879
'''
880880

881-
hostpython_prerequisites = []
881+
hostpython_prerequisites = ['setuptools']
882882
'''List of hostpython packages required to build a recipe'''
883883

884884
_host_recipe = None

0 commit comments

Comments
 (0)