python311Packages.json-schema-for-humans: remove postPatch section

This commit is contained in:
Fabian Affolter 2023-08-20 23:07:30 +02:00
parent 2c24a6d45a
commit 3e11564e95

View file

@ -30,11 +30,6 @@ buildPythonPackage rec {
hash = "sha256-9dX9+YwJdJpgU3cZkxk7+CgdRFgcVhrvU0amO8zHZhs=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'pytz = "^2021.1"' 'pytz = "*"'
'';
nativeBuildInputs = [
poetry-core
];