Merge pull request #184236 from onny/rstcheck
python310Packages.rstcheck-core: Fix build
This commit is contained in:
commit
58cf7ac8af
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace pyproject.toml \
|
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 = [
|
pythonImportsCheck = [
|
||||||
|
|
Loading…
Reference in a new issue