We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a983f4 commit a2420ecCopy full SHA for a2420ec
pythonforandroid/recipes/zeroconf/__init__.py
@@ -3,9 +3,9 @@
3
4
class ZeroconfRecipe(PythonRecipe):
5
name = 'zeroconf'
6
- version = '0.17.4'
+ version = '0.24.5'
7
url = 'https://pypi.python.org/packages/source/z/zeroconf/zeroconf-{version}.tar.gz'
8
- depends = ['setuptools', 'enum34', 'six']
+ depends = ['setuptools', 'ifaddr', 'typing;python_version<"3.5"']
9
call_hostpython_via_targetpython = False
10
11
0 commit comments