python3Packages.diagrams: relax version constraints
This commit is contained in:
parent
913460372c
commit
9d39485d58
@ -27,8 +27,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace pyproject.toml \
|
substituteInPlace pyproject.toml \
|
||||||
--replace 'jinja2 = "^2.10"' 'jinja2 = "*"' \
|
--replace 'graphviz = ">=0.13.2,<0.20.0"' 'graphviz = "*"'
|
||||||
--replace 'graphviz = ">=0.13.2,<0.17.0"' 'graphviz = "*"'
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user