aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-12-30 19:14:05 +0100
committerMichael Mair-Keimberger <mmk@levelnine.at>2023-12-30 19:20:01 +0100
commit73a54545ac34d367324bcbee0302ca91228314b0 (patch)
treebe39ab5e2a31db55b468aa810655e56d1606d7de /dev-python/pure-protobuf
parentdev-python/celery: remove unused patch (diff)
downloadguru-73a54545ac34d367324bcbee0302ca91228314b0.tar.gz
guru-73a54545ac34d367324bcbee0302ca91228314b0.tar.bz2
guru-73a54545ac34d367324bcbee0302ca91228314b0.zip
dev-python/pure-protobuf: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Diffstat (limited to 'dev-python/pure-protobuf')
-rw-r--r--dev-python/pure-protobuf/files/pure-protobuf-do-not-install-tests.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/pure-protobuf/files/pure-protobuf-do-not-install-tests.patch b/dev-python/pure-protobuf/files/pure-protobuf-do-not-install-tests.patch
deleted file mode 100644
index 6da5a8db4..000000000
--- a/dev-python/pure-protobuf/files/pure-protobuf-do-not-install-tests.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/setup.py b/setup.py
-index deb6c95..2ae6c69 100644
---- a/setup.py
-+++ b/setup.py
-@@ -9,7 +9,7 @@ setup(
- author='Pavel Perestoronin',
- author_email='eigenein@gmail.com',
- url='https://github.com/eigenein/protobuf',
-- packages=find_packages(exclude=['tests']),
-+ packages=find_packages(exclude=['tests*']),
- zip_safe=True,
- install_requires=[
- 'dataclasses>=0.6,<1.0; python_version < "3.7"',