about summary refs log tree commit diff
path: root/pkgs/development/python-modules/odp-amsterdam/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/odp-amsterdam/default.nix')
-rw-r--r--pkgs/development/python-modules/odp-amsterdam/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/odp-amsterdam/default.nix b/pkgs/development/python-modules/odp-amsterdam/default.nix
index 10373acbd4361..abe1e5d1cba3e 100644
--- a/pkgs/development/python-modules/odp-amsterdam/default.nix
+++ b/pkgs/development/python-modules/odp-amsterdam/default.nix
@@ -5,7 +5,6 @@
   buildPythonPackage,
   fetchFromGitHub,
   poetry-core,
-  pythonRelaxDepsHook,
   pythonOlder,
   pytest-asyncio,
   pytestCheckHook,
@@ -37,10 +36,6 @@ buildPythonPackage rec {
     poetry-core
   ];
 
-  nativeBuildInputs = [
-    pythonRelaxDepsHook
-  ];
-
   pythonRelaxDeps = [ "pytz" ];
 
   dependencies = [