Loading pkgs/development/python-modules/rstcheck-core/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,8 @@ buildPythonPackage rec { postPatch = '' substituteInPlace pyproject.toml \ --replace 'types-docutils = ">=0.18, <0.19"' 'types-docutils = ">=0.18"' --replace 'types-docutils = ">=0.18, <0.19"' 'types-docutils = ">=0.18"' \ --replace 'docutils = ">=0.7, <0.19"' 'docutils = ">=0.7"' ''; pythonImportsCheck = [ Loading Loading
pkgs/development/python-modules/rstcheck-core/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,8 @@ buildPythonPackage rec { postPatch = '' substituteInPlace pyproject.toml \ --replace 'types-docutils = ">=0.18, <0.19"' 'types-docutils = ">=0.18"' --replace 'types-docutils = ">=0.18, <0.19"' 'types-docutils = ">=0.18"' \ --replace 'docutils = ">=0.7, <0.19"' 'docutils = ">=0.7"' ''; pythonImportsCheck = [ Loading