Skip to content

Commit 2b3d52b

Browse files
committed
zeroconf: remove all install requirements
1 parent aa6b043 commit 2b3d52b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)