python3Packages.mkdocstrings-python: Remove upstreamed postPatch

This commit is contained in:
Jonas Heinrich 2023-07-19 14:14:40 +02:00 committed by GitHub
parent 0c1da334ad
commit 310c1a143d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,11 +37,6 @@ buildPythonPackage rec {
pytestCheckHook
];
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'license = "ISC"' 'license = {text = "ISC"}' \
'';
pythonImportsCheck = [
"mkdocstrings_handlers"
];