python311Packages.pydiscovergy: relax pytz constraint

This commit is contained in:
Martin Weinelt 2024-02-27 01:46:58 +01:00
parent 5bee21fb75
commit c0f2fc1eb8
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -9,6 +9,7 @@
, poetry-core
, pytestCheckHook
, pythonOlder
, pythonRelaxDepsHook
, pytz
, respx
}:
@ -29,6 +30,11 @@ buildPythonPackage rec {
nativeBuildInputs = [
poetry-core
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"pytz"
];
propagatedBuildInputs = [