about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-02-27 01:46:58 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-02-27 01:56:56 +0100
commitc0f2fc1eb8eea76489f9bc781313c74a46c17f02 (patch)
treeeda8b17c6e915416e1d3e12162611683048a3ea5 /pkgs
parent5bee21fb753ff25faca985dac1d9cf7fede4560c (diff)
python311Packages.pydiscovergy: relax pytz constraint
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pydiscovergy/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pydiscovergy/default.nix b/pkgs/development/python-modules/pydiscovergy/default.nix
index 3c87b6b6f3a1a..dd51f1b964dcd 100644
--- a/pkgs/development/python-modules/pydiscovergy/default.nix
+++ b/pkgs/development/python-modules/pydiscovergy/default.nix
@@ -9,6 +9,7 @@
 , poetry-core
 , pytestCheckHook
 , pythonOlder
+, pythonRelaxDepsHook
 , pytz
 , respx
 }:
@@ -29,6 +30,11 @@ buildPythonPackage rec {
 
   nativeBuildInputs = [
     poetry-core
+    pythonRelaxDepsHook
+  ];
+
+  pythonRelaxDeps = [
+    "pytz"
   ];
 
   propagatedBuildInputs = [