about summary refs log tree commit diff
path: root/pkgs/development/python-modules/async-tkinter-loop/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/async-tkinter-loop/default.nix')
-rw-r--r--pkgs/development/python-modules/async-tkinter-loop/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/async-tkinter-loop/default.nix b/pkgs/development/python-modules/async-tkinter-loop/default.nix
index 0119dbd96be6a..b432d359b2a6a 100644
--- a/pkgs/development/python-modules/async-tkinter-loop/default.nix
+++ b/pkgs/development/python-modules/async-tkinter-loop/default.nix
@@ -2,12 +2,9 @@
   lib,
   buildPythonPackage,
   fetchPypi,
-  python3Packages,
   poetry-core,
   tkinter,
   typing-extensions,
-  pythonRelaxDepsHook,
-  pytestCheckHook,
 }:
 
 buildPythonPackage rec {
@@ -22,7 +19,6 @@ buildPythonPackage rec {
   };
 
   nativeBuildInputs = [
-    pythonRelaxDepsHook
     poetry-core
   ];