lbry-android-sdk/p4a/pythonforandroidold/recipes/zeroconf/__init__.py

13 lines
340 B
Python
Raw Normal View History

2022-12-02 21:15:34 +01:00
from pythonforandroid.recipe import PythonRecipe
class ZeroconfRecipe(PythonRecipe):
name = 'zeroconf'
version = '0.17.4'
url = 'https://pypi.python.org/packages/source/z/zeroconf/zeroconf-{version}.tar.gz'
depends = ['setuptools', 'enum34', 'six']
call_hostpython_via_targetpython = False
recipe = ZeroconfRecipe()