diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-05 16:40:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-05 19:30:33 +0100 |
commit | 278854baed8725927df38624cd2e8b872538cb28 (patch) | |
tree | 88018fc9cecab67b4144740f68630384111de176 /dev-python/pyproject-metadata | |
parent | profiles/arch/mips: mask USE=tpm (diff) | |
download | gentoo-278854baed8725927df38624cd2e8b872538cb28.tar.gz gentoo-278854baed8725927df38624cd2e8b872538cb28.tar.bz2 gentoo-278854baed8725927df38624cd2e8b872538cb28.zip |
dev-python/pyproject-metadata: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/29940
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyproject-metadata')
-rw-r--r-- | dev-python/pyproject-metadata/files/pyproject-metadata-0.5.0-no-install-tests.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-python/pyproject-metadata/files/pyproject-metadata-0.5.0-no-install-tests.patch b/dev-python/pyproject-metadata/files/pyproject-metadata-0.5.0-no-install-tests.patch deleted file mode 100644 index 0d57d4760b90..000000000000 --- a/dev-python/pyproject-metadata/files/pyproject-metadata-0.5.0-no-install-tests.patch +++ /dev/null @@ -1,14 +0,0 @@ -https://github.com/FFY00/python-pyproject-metadata/pull/24 ---- a/setup.cfg -+++ b/setup.cfg -@@ -26,6 +26,10 @@ install_requires = - packaging>=19.0 - python_requires = >=3.7 - -+[options.packages.find] -+exclude = -+ tests -+ - [options.extras_require] - test = - pytest>=6.2.4 |