Merge pull request #184236 from onny/rstcheck

python310Packages.rstcheck-core: Fix build
This commit is contained in:
Jonas Heinrich 2022-08-03 21:56:49 +02:00 committed by GitHub
commit 58cf7ac8af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [