python310Packages.mkdocs-jupyter: relax nbconvert version constraint
This commit is contained in:
parent
3039552944
commit
5b4b6b5a03
@ -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\","
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user