python3Packages.glances-api: remove stale substituteInPlace
This commit is contained in:
parent
b3b1345b72
commit
2dba964f32
1 changed files with 0 additions and 5 deletions
|
@ -37,11 +37,6 @@ buildPythonPackage rec {
|
|||
pytestCheckHook
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace 'httpx = ">=0.20,<1"' 'httpx = ">=0.19,<1"'
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [
|
||||
"glances_api"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue