python311Packages.pylitterbot: remove postPatch section

This commit is contained in:
Fabian Affolter 2023-05-05 23:05:21 +02:00
parent 077648b1a7
commit c4ef5f07cc

View file

@ -43,12 +43,6 @@ buildPythonPackage rec {
pytestCheckHook
];
postPatch = ''
# https://github.com/natekspencer/pylitterbot/issues/73
substituteInPlace pyproject.toml \
--replace 'deepdiff = "^5.8.1"' 'deepdiff = ">=5.8.1"'
'';
pythonImportsCheck = [
"pylitterbot"
];