Skip to content

Commit a2420ec

Browse files
authored
bump zeroconf version to 0.24.5, fix depends
python-zeroconf bumped to 0.24.5(latest version via pip) package depends only on 'ifaddr' and 'typing'. Special recipes not required
1 parent 7a983f4 commit a2420ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/zeroconf/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
class ZeroconfRecipe(PythonRecipe):
55
name = 'zeroconf'
6-
version = '0.17.4'
6+
version = '0.24.5'
77
url = 'https://pypi.python.org/packages/source/z/zeroconf/zeroconf-{version}.tar.gz'
8-
depends = ['setuptools', 'enum34', 'six']
8+
depends = ['setuptools', 'ifaddr', 'typing;python_version<"3.5"']
99
call_hostpython_via_targetpython = False
1010

1111

0 commit comments

Comments
 (0)