about summary refs log tree commit diff
path: root/pkgs/development/python-modules/questionary/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/questionary/default.nix')
-rw-r--r--pkgs/development/python-modules/questionary/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/questionary/default.nix b/pkgs/development/python-modules/questionary/default.nix
index 654aeca183d14..ea68441599303 100644
--- a/pkgs/development/python-modules/questionary/default.nix
+++ b/pkgs/development/python-modules/questionary/default.nix
@@ -7,7 +7,6 @@
   prompt-toolkit,
   pytestCheckHook,
   pythonOlder,
-  pythonRelaxDepsHook,
 }:
 
 buildPythonPackage rec {
@@ -26,7 +25,6 @@ buildPythonPackage rec {
 
   nativeBuildInputs = [
     poetry-core
-    pythonRelaxDepsHook
   ];
 
   pythonRelaxDeps = [ "prompt_toolkit" ];