python3Packages.reportlab: 4.5.1 -> 5.0.0 (#534761)

This commit is contained in:
dotlambda
2026-06-26 07:30:02 +00:00
committed by GitHub
3 changed files with 10 additions and 3 deletions
@@ -17,7 +17,7 @@ let
in
buildPythonPackage rec {
pname = "reportlab";
version = "4.5.1";
version = "5.0.0";
pyproject = true;
# See https://bitbucket.org/pypy/compatibility/wiki/reportlab%20toolkit
@@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-n99o9N6RcexmrLSl/u2PjKKvQ0eecHpvuw2qddiOVJQ=";
hash = "sha256-5ElKDGYjriE7uFb7pSMXGytUp79in9oC1eUlp7iZp4Q=";
};
postPatch = ''
@@ -30,7 +30,10 @@ buildPythonPackage rec {
hash = "sha256-hX6HQQFOxQFfegCq+13Mu1Y3jvTB2lWoKNRLz1/zrNs=";
};
pythonRelaxDeps = [ "packaging" ];
pythonRelaxDeps = [
"packaging"
"reportlab"
];
outputs = [
"out"
@@ -31,6 +31,10 @@ buildPythonPackage rec {
setuptools
];
pythonRelaxDeps = [
"reportlab"
];
dependencies = [
arabic-reshaper
html5lib