summaryrefslogtreecommitdiff
path: root/dev-python/python-augeas/files/remove-tests.patch
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-31 18:58:19 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-31 18:58:19 +0000
commite709146bfe0a78864c489db0165a0156151b5b7a (patch)
tree52317f234fa0358799dfaafe48623cf348e34936 /dev-python/python-augeas/files/remove-tests.patch
parent0180d18b2874a7cc5346b896ee0c25941be701d5 (diff)
downloadbaldeagleos-repo-e709146bfe0a78864c489db0165a0156151b5b7a.tar.gz
baldeagleos-repo-e709146bfe0a78864c489db0165a0156151b5b7a.tar.xz
baldeagleos-repo-e709146bfe0a78864c489db0165a0156151b5b7a.zip
Adding metadata
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"],