Skip to content

Commit ee9c61c

Browse files
committed
Fix dependency graph error
1 parent 05fea3b commit ee9c61c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/recipes/ipaddress/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ class IpaddressRecipe(PythonRecipe):
55
name = 'ipaddress'
66
version = '1.0.22'
77
url = 'https://github.com/phihag/ipaddress/archive/v{version}.tar.gz'
8+
depends = ['setuptools']
89

910

1011
recipe = IpaddressRecipe()

0 commit comments

Comments
 (0)