diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-08-27 09:16:42 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-08-28 01:33:31 +0200 |
commit | d02820843fc97f8fcbd5c5ff891b244a628da1f7 (patch) | |
tree | a080cd6e07257501b9564d9dac0549e5d8e382e4 /dev-python/weasyprint | |
parent | dev-util/cmake: remove unused patches (diff) | |
download | gentoo-d02820843fc97f8fcbd5c5ff891b244a628da1f7.tar.gz gentoo-d02820843fc97f8fcbd5c5ff891b244a628da1f7.tar.bz2 gentoo-d02820843fc97f8fcbd5c5ff891b244a628da1f7.zip |
dev-python/weasyprint: remove unused patch(es)
Closes: https://github.com/gentoo/gentoo/pull/22123
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-python/weasyprint')
-rw-r--r-- | dev-python/weasyprint/files/weasyprint-51-skip-useless-deps.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/weasyprint/files/weasyprint-51-skip-useless-deps.patch b/dev-python/weasyprint/files/weasyprint-51-skip-useless-deps.patch deleted file mode 100644 index 862f11dc0a04..000000000000 --- a/dev-python/weasyprint/files/weasyprint-51-skip-useless-deps.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- a/setup.cfg -+++ b/setup.cfg -@@ -40,7 +40,6 @@ - [options] - packages = find: - zip_safe = false --setup_requires = pytest-runner - install_requires = - setuptools>=39.2.0 - cffi>=0.6 -@@ -50,11 +49,6 @@ - cssselect2>=0.1 - CairoSVG>=2.4.0 - Pyphen>=0.9.1 --tests_require = -- pytest-runner -- pytest-cov -- pytest-flake8 -- pytest-isort - python_requires = >= 3.5 - - [options.entry_points] -@@ -86,7 +80,6 @@ - test = pytest - - [tool:pytest] --addopts = --flake8 --isort - norecursedirs = build dist .cache .eggs .git - - [coverage:run] |