Merge pull request #184236 from onny/rstcheck

python310Packages.rstcheck-core: Fix build

authored by

Jonas Heinrich and committed by
GitHub
58cf7ac8 e486b59d

+2 -1
+2 -1
pkgs/development/python-modules/rstcheck-core/default.nix
··· 47 47 48 48 postPatch = '' 49 49 substituteInPlace pyproject.toml \ 50 - --replace 'types-docutils = ">=0.18, <0.19"' 'types-docutils = ">=0.18"' 50 + --replace 'types-docutils = ">=0.18, <0.19"' 'types-docutils = ">=0.18"' \ 51 + --replace 'docutils = ">=0.7, <0.19"' 'docutils = ">=0.7"' 51 52 ''; 52 53 53 54 pythonImportsCheck = [