summaryrefslogtreecommitdiff
path: root/textproc/py-xhtml2pdf/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--textproc/py-xhtml2pdf/files/patch-pyproject.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/py-xhtml2pdf/files/patch-pyproject.toml b/textproc/py-xhtml2pdf/files/patch-pyproject.toml
new file mode 100644
index 000000000000..0c09b33b6a79
--- /dev/null
+++ b/textproc/py-xhtml2pdf/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2023-11-09 01:11:37 UTC
++++ pyproject.toml
+@@ -54,7 +54,7 @@ dependencies = [
+ "pyhanko-certvalidator>=0.19.5",
+ "pypdf>=3.1.0",
+ "python-bidi>=0.4.2",
+- "reportlab[pycairo]>=4.0.4",
++ "reportlab[pycairo]>=3.6",
+ "svglib>=1.2.1",
+ ]
+ dynamic = ["version"]