python3Packages.diagrams: relax jinja2 constraint
This commit is contained in:
parent
d0be56f8c6
commit
69409ac372
@ -25,6 +25,11 @@ buildPythonPackage rec {
|
||||
sha256 = "1lcqsy3bvlnlnakjysp8qjhy26bhkp1izi5dvzq2fpsffgxk4si4";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace 'jinja2 = "^2.10"' 'jinja2 = "*"'
|
||||
'';
|
||||
|
||||
preConfigure = ''
|
||||
patchShebangs autogen.sh
|
||||
./autogen.sh
|
||||
|
Loading…
Reference in New Issue
Block a user