summaryrefslogtreecommitdiff
path: root/dev-python/weasyprint/files/weasyprint-43-skip-useless-deps.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/weasyprint/files/weasyprint-43-skip-useless-deps.patch')
-rw-r--r--dev-python/weasyprint/files/weasyprint-43-skip-useless-deps.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/weasyprint/files/weasyprint-43-skip-useless-deps.patch b/dev-python/weasyprint/files/weasyprint-43-skip-useless-deps.patch
new file mode 100644
index 000000000000..1229f0bed26d
--- /dev/null
+++ b/dev-python/weasyprint/files/weasyprint-43-skip-useless-deps.patch
@@ -0,0 +1,30 @@
+--- a/setup.cfg
++++ b/setup.cfg
+@@ -34,7 +34,6 @@
+ [options]
+ packages = find:
+ zip_safe = false
+-setup_requires = pytest-runner
+ install_requires =
+ cffi>=0.6
+ html5lib>=0.999999999
+@@ -43,11 +42,6 @@
+ cssselect2>=0.1
+ CairoSVG>=1.0.20
+ Pyphen>=0.8
+-tests_require =
+- pytest-runner
+- pytest-cov
+- pytest-flake8
+- pytest-isort
+
+ [options.entry_points]
+ console-scripts = weasyprint = weasyprint.__main__:main
+@@ -72,7 +72,6 @@
+ test = pytest
+
+ [tool:pytest]
+-addopts = --flake8 --isort
+ norecursedirs = build dist .cache .eggs .git
+
+ [coverage:run]