diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-15 20:09:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-15 20:09:41 +0000 |
commit | 0af29caee89a7fd5e71e8d22229a5c63abea7251 (patch) | |
tree | bfe67d606a357b5b163650fb01f01dce6d9072c8 /archivers/py-liblzma/files | |
parent | af485f02e877f0f95b8bdacb9cfbf73640c23b13 (diff) |
Notes
Diffstat (limited to 'archivers/py-liblzma/files')
-rw-r--r-- | archivers/py-liblzma/files/patch-setup.py | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/archivers/py-liblzma/files/patch-setup.py b/archivers/py-liblzma/files/patch-setup.py new file mode 100644 index 000000000000..c1aaeaa42194 --- /dev/null +++ b/archivers/py-liblzma/files/patch-setup.py @@ -0,0 +1,19 @@ +--- setup.py~ 2009-01-12 14:38:38.000000000 +0200 ++++ setup.py 2009-01-12 15:03:21.000000000 +0200 +@@ -23,7 +23,7 @@ + # + import sys, os + from warnings import warn +-from setuptools import setup, Extension ++from distutils.core import setup, Extension + + descr = "Python bindings for liblzma" + long_descr = """PylibLZMA provides a python interface for the liblzma library +@@ -74,7 +74,6 @@ + ], + py_modules = modules, + ext_modules = extens, +- test_suite = 'tests', + ) + + sys.exit(0) |