Skip to content

Commit c5e1f65

Browse files
committed
Allow newer netifaces releases
The bug that was concerning us[1] is fixed now. [1] https://bitbucket.org/al45tair/netifaces/issues/39/netmask-is-always-255255255255
1 parent ecadb8c commit c5e1f65

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ See examples directory for more.
122122
Changelog
123123
=========
124124

125+
0.19.1
126+
------
127+
128+
* Allowed installation with netifaces >= 0.10.6 (a bug that was concerning us
129+
got fixed)
130+
125131
0.19.0
126132
------
127133

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# to be 255.255.255.255 on Windows which breaks things. See:
6161
# * https://github.com/jstasiak/python-zeroconf/issues/84
6262
# * https://bitbucket.org/al45tair/netifaces/issues/39/netmask-is-always-255255255255
63-
'netifaces<=0.10.4',
63+
'netifaces!=0.10.5',
6464
'six',
6565
],
6666
)

0 commit comments

Comments
 (0)