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, 11 insertions, 0 deletions
diff --git a/dev-python/python-augeas/files/remove-tests.patch b/dev-python/python-augeas/files/remove-tests.patch
new file mode 100644
index 000000000000..42f815047283
--- /dev/null
+++ b/dev-python/python-augeas/files/remove-tests.patch
@@ -0,0 +1,11 @@
+--- 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"],