summaryrefslogtreecommitdiff
path: root/dev-python/python-augeas/files/remove-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-augeas/files/remove-tests.patch')
-rw-r--r--dev-python/python-augeas/files/remove-tests.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/python-augeas/files/remove-tests.patch b/dev-python/python-augeas/files/remove-tests.patch
deleted file mode 100644
index 42f815047283..000000000000
--- a/dev-python/python-augeas/files/remove-tests.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -18,7 +18,7 @@ setup(name=name,
- author="Harald Hoyer",
- author_email="augeas-devel@redhat.com",
- description="""Python bindings for Augeas""",
-- packages=find_packages(exclude=('test')),
-+ packages=find_packages(exclude=('test',)),
- setup_requires=["cffi>=1.0.0"],
- cffi_modules=["augeas/ffi.py:ffi"],
- install_requires=["cffi>=1.0.0"],