commit: 73a54545ac34d367324bcbee0302ca91228314b0 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Dec 30 18:14:05 2023 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Sat Dec 30 18:20:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=73a54545
dev-python/pure-protobuf: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> .../files/pure-protobuf-do-not-install-tests.patch | 13 ------------- 1 file changed, 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 6da5a8db41..0000000000 --- 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='[email protected]', - 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"',
