about summary refs log tree commit diff
path: root/pkgs/development/python-modules/cypherpunkpay/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/cypherpunkpay/default.nix')
-rw-r--r--pkgs/development/python-modules/cypherpunkpay/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/cypherpunkpay/default.nix b/pkgs/development/python-modules/cypherpunkpay/default.nix
index cb4233883d371..fe5874db533f7 100644
--- a/pkgs/development/python-modules/cypherpunkpay/default.nix
+++ b/pkgs/development/python-modules/cypherpunkpay/default.nix
@@ -1,6 +1,5 @@
 {
   lib,
-  stdenv,
   apscheduler,
   bitstring,
   buildPythonPackage,
@@ -16,7 +15,6 @@
   pysocks,
   pytestCheckHook,
   pythonOlder,
-  pythonRelaxDepsHook,
   requests,
   tzlocal,
   waitress,
@@ -50,7 +48,6 @@ buildPythonPackage rec {
 
   nativeBuildInputs = [
     poetry-core
-    pythonRelaxDepsHook
   ];
 
   propagatedBuildInputs = [