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 aa6b043 commit 2b3d52bCopy full SHA for 2b3d52b
pythonforandroid/recipes/zeroconf/patches/setup.patch
@@ -0,0 +1,15 @@
1
+--- zeroconf.orig/setup.py 2015-07-11 21:55:09.000000000 +0200
2
++++ zeroconf/setup.py 2017-02-23 01:04:13.370018716 +0100
3
+@@ -55,12 +55,5 @@
4
+ 'mDNS',
5
+ ],
6
+ install_requires=[
7
+- 'enum-compat',
8
+- # netifaces 0.10.5 has a bug that results in all interfaces' netmasks
9
+- # to be 255.255.255.255 on Windows which breaks things. See:
10
+- # * https://github.com/jstasiak/python-zeroconf/issues/84
11
+- # * https://bitbucket.org/al45tair/netifaces/issues/39/netmask-is-always-255255255255
12
+- 'netifaces<=0.10.4',
13
+- 'six',
14
15
+ )
0 commit comments