mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python311Packages.pylitterbot: remove postPatch section
This commit is contained in:
parent
077648b1a7
commit
c4ef5f07cc
1 changed files with 0 additions and 6 deletions
|
@ -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"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue