Skip to content

Commit 0cbea12

Browse files
clayoteT-Dynamos
authored andcommitted
Require setuptools for every recipe
1 parent 602fd42 commit 0cbea12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)