python3Packages.glances-api: remove stale substituteInPlace

This commit is contained in:
Fabian Affolter 2022-01-16 23:30:41 +01:00
parent b3b1345b72
commit 2dba964f32

View file

@ -37,11 +37,6 @@ buildPythonPackage rec {
pytestCheckHook
];
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'httpx = ">=0.20,<1"' 'httpx = ">=0.19,<1"'
'';
pythonImportsCheck = [
"glances_api"
];