Skip to content

Commit b874e98

Browse files
authored
Merge pull request #2128 from mikevlz/develop
bump zeroconf version to 0.24.5, fix depends
2 parents 7a983f4 + a2420ec commit b874e98

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)