python310Packages.mkdocs-jupyter: relax nbconvert version constraint

This commit is contained in:
Robert Schütz 2022-11-08 17:58:48 -08:00
parent 3039552944
commit 5b4b6b5a03

View File

@ -21,6 +21,8 @@ buildPythonPackage rec {
};
postPatch = ''
substituteInPlace setup.py \
--replace "nbconvert>=6.2.0,<7.0.0" "nbconvert>=6.2.0"
substituteInPlace mkdocs_jupyter/tests/test_base_usage.py \
--replace "[\"mkdocs\"," "[\"${mkdocs.out}/bin/mkdocs\","
'';