Merge pull request #155272 from fabaff/bump-glances-api

This commit is contained in:
Martin Weinelt 2022-02-03 23:53:25 +01:00 committed by GitHub
commit 3109548847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
];