We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05fea3b commit ee9c61cCopy full SHA for ee9c61c
pythonforandroid/recipes/ipaddress/__init__.py
@@ -5,6 +5,7 @@ class IpaddressRecipe(PythonRecipe):
5
name = 'ipaddress'
6
version = '1.0.22'
7
url = 'https://github.com/phihag/ipaddress/archive/v{version}.tar.gz'
8
+ depends = ['setuptools']
9
10
11
recipe = IpaddressRecipe()
0 commit comments