slackbuilds_ponce/python/python-netaddr/01_use_setuptools.diff

12 lines
269 B
Diff
Raw Normal View History

--- setup.py.orig 2012-08-30 08:49:42.000000000 +1000
+++ setup.py 2013-03-07 20:03:40.356427113 +1000
@@ -8,7 +8,7 @@
import os
import sys
-from distutils.core import setup
+from setuptools import setup
if os.path.exists('MANIFEST'):
os.remove('MANIFEST')