radhermit    14/09/04 21:31:09

  Added:                netifaces-0.10.4-remove-osx-fix.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4F064CA3)

Revision  Changes    Path
1.1                  
dev-python/netifaces/files/netifaces-0.10.4-remove-osx-fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/netifaces/files/netifaces-0.10.4-remove-osx-fix.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/netifaces/files/netifaces-0.10.4-remove-osx-fix.patch?rev=1.1&content-type=text/plain

Index: netifaces-0.10.4-remove-osx-fix.patch
===================================================================
--- 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']




Reply via email to