slackbuilds_ponce/python/python-netaddr/01_use_setuptools.diff
Christoph Willing ba43e158ce python/python-netaddr: Added (Network address manipulation)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2013-04-26 07:34:41 -03:00

11 lines
269 B
Diff

--- 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')