summaryrefslogtreecommitdiff
path: root/dev-python/python-augeas/files/remove-tests.patch
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-05-31 15:06:30 +0200
committerMichał Górny <mgorny@gentoo.org>2025-05-31 15:06:30 +0200
commit893f55c18e3b6ca54ac01c8940735090c2f28e4f (patch)
tree4ef56330faf5e02bdb1a6c1a99ebdbf81c639af8 /dev-python/python-augeas/files/remove-tests.patch
parent9428c3bc6d5e899b55a1022737d5142bee22c989 (diff)
downloadgentoo-893f55c18e3b6ca54ac01c8940735090c2f28e4f.tar.gz
gentoo-893f55c18e3b6ca54ac01c8940735090c2f28e4f.tar.bz2
gentoo-893f55c18e3b6ca54ac01c8940735090c2f28e4f.zip
dev-python/python-augeas: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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"],