about summary refs log tree commit diff
path: root/pkgs/development/python-modules/molecule/plugins.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/molecule/plugins.nix')
-rw-r--r--pkgs/development/python-modules/molecule/plugins.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/molecule/plugins.nix b/pkgs/development/python-modules/molecule/plugins.nix
index 8b7c5b8ffba5e..b87c3b121b546 100644
--- a/pkgs/development/python-modules/molecule/plugins.nix
+++ b/pkgs/development/python-modules/molecule/plugins.nix
@@ -2,7 +2,6 @@
   lib,
   buildPythonPackage,
   fetchPypi,
-  pythonRelaxDepsHook,
   setuptools-scm,
   python-vagrant,
   docker,
@@ -22,7 +21,6 @@ buildPythonPackage rec {
   pythonRemoveDeps = [ "molecule" ];
 
   nativeBuildInputs = [
-    pythonRelaxDepsHook
     setuptools-scm
   ];