python3Packages.authcaptureproxy: Remove outdated postPatch hook

This commit is contained in:
Martin Weinelt 2023-01-04 18:13:11 +01:00
parent 658b24a851
commit be0230a9d6

View file

@ -25,14 +25,6 @@ buildPythonPackage rec {
sha256 = "sha256-4IPBulzRoAAplyM/1MPE40IW4IXBIGYLydzpY64Gl0c=";
};
postPatch = ''
# https://github.com/alandtse/auth_capture_proxy/issues/14
# https://github.com/alandtse/auth_capture_proxy/issues/15
substituteInPlace pyproject.toml \
--replace "poetry.masonry.api" "poetry.core.masonry.api" \
--replace 'importlib-metadata = "^3.4.0"' 'importlib-metadata = "*"'
'';
nativeBuildInputs = [
poetry-core
];