summaryrefslogtreecommitdiff
path: root/dev-python/netifaces/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/netifaces/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/netifaces/files')
-rw-r--r--dev-python/netifaces/files/netifaces-0.10.4-remove-osx-fix.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-python/netifaces/files/netifaces-0.10.4-remove-osx-fix.patch b/dev-python/netifaces/files/netifaces-0.10.4-remove-osx-fix.patch
deleted file mode 100644
index 7f87a02e365a..000000000000
--- a/dev-python/netifaces/files/netifaces-0.10.4-remove-osx-fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- netifaces-0.10.4/setup.py
-+++ netifaces-0.10.4/setup.py
-@@ -18,12 +18,6 @@
-
- __version__ = "0.10.4"
-
--# Disable hard links, otherwise building distributions fails on OS X
--try:
-- del os.link
--except:
-- pass
--
- # On Windows, we need ws2_32 and iphlpapi
- if getattr(sys, 'getwindowsversion', None):
- libraries = ['ws2_32', 'iphlpapi']