lbry-android-sdk/recipes/ipaddress/__init__.py

12 lines
300 B
Python
Raw Normal View History

from pythonforandroid.recipe import PythonRecipe
class IpaddressRecipe(PythonRecipe):
name = 'ipaddress'
version = '1.0.16'
url = 'https://pypi.python.org/packages/source/i/ipaddress/ipaddress-{version}.tar.gz'
depends = [('python2', 'python3crystax')]
recipe = IpaddressRecipe()