forked from pool/python-zeroconf
- Rebase patch:
* Remove
python-zeroconf-0.17.4-enum34-instead-of-enum-compat.patch.
* Add python-zeroconf-0.19.1-enum34-instead-of-enum-compat.patch.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=15
This commit is contained in:
committed by
Git OBS Bridge
parent
ce5240661f
commit
53880ddb9c
31
python-zeroconf-0.19.1-enum34-instead-of-enum-compat.patch
Normal file
31
python-zeroconf-0.19.1-enum34-instead-of-enum-compat.patch
Normal file
@@ -0,0 +1,31 @@
|
||||
From 7021e671cb7b2113188419b36b0b823d0e2e8004 Mon Sep 17 00:00:00 2001
|
||||
From: Ruben Undheim <ruben.undheim@gmail.com>
|
||||
Date: Sun, 6 Mar 2016 10:26:23 +0100
|
||||
Subject: Set install_requires to enum34 instead of enum-compat
|
||||
|
||||
---
|
||||
setup.py | 8 ++------
|
||||
1 file changed, 2 insertions(+), 6 deletions(-)
|
||||
|
||||
diff --git a/setup.py b/setup.py
|
||||
index ddda07c..a742454 100755
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -55,12 +55,8 @@ setup(
|
||||
'mDNS',
|
||||
],
|
||||
install_requires=[
|
||||
- 'enum-compat',
|
||||
- # netifaces 0.10.5 has a bug that results in all interfaces' netmasks
|
||||
- # to be 255.255.255.255 on Windows which breaks things. See:
|
||||
- # * https://github.com/jstasiak/python-zeroconf/issues/84
|
||||
- # * https://bitbucket.org/al45tair/netifaces/issues/39/netmask-is-always-255255255255
|
||||
- 'netifaces!=0.10.5',
|
||||
+ 'enum34',
|
||||
+ 'netifaces',
|
||||
'six',
|
||||
],
|
||||
)
|
||||
--
|
||||
cgit v0.12
|
||||
|
||||
Reference in New Issue
Block a user