21 lines
541 B
Plaintext
21 lines
541 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2010/07/16 12:12:17 drochner Exp $
|
|
|
|
--- setup.py.orig 2009-06-02 17:03:49.000000000 +0000
|
|
+++ setup.py
|
|
@@ -5,10 +5,11 @@ import os.path as op
|
|
from distutils.command.clean import clean
|
|
from numpy.distutils.command.build_ext import build_ext as numpy_build_ext
|
|
|
|
-try:
|
|
- import setuptools
|
|
-except ImportError:
|
|
- setuptools = None
|
|
+#try:
|
|
+# import setuptools
|
|
+#except ImportError:
|
|
+# setuptools = None
|
|
+setuptools = None
|
|
extra_setup_opts = {}
|
|
if setuptools:
|
|
extra_setup_opts['zip_safe'] = False
|