python3Packages.glances-api: remove stale substituteInPlace

This commit is contained in:
Fabian Affolter
2022-02-03 23:32:15 +01:00
parent b3b1345b72
commit 2dba964f32
@@ -37,11 +37,6 @@ buildPythonPackage rec {
pytestCheckHook
];
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'httpx = ">=0.20,<1"' 'httpx = ">=0.19,<1"'
'';
pythonImportsCheck = [
"glances_api"
];