From abdf5dc772759bcef53effd5f05955b4a3ac0fd8 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 14 Jun 2024 13:47:34 +0200 Subject: treewide: remove pythonRelaxDepsHook references It is is now provided automatically, when `pythonRelaxDeps` or `pythonRemoveDeps` is defined through `mk-python-derivation`. --- pkgs/development/python-modules/karton-dashboard/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkgs/development/python-modules/karton-dashboard/default.nix') diff --git a/pkgs/development/python-modules/karton-dashboard/default.nix b/pkgs/development/python-modules/karton-dashboard/default.nix index 96fba596da1ff..efbff71a3795c 100644 --- a/pkgs/development/python-modules/karton-dashboard/default.nix +++ b/pkgs/development/python-modules/karton-dashboard/default.nix @@ -8,7 +8,6 @@ networkx, prometheus-client, pythonOlder, - pythonRelaxDepsHook, }: buildPythonPackage rec { @@ -32,7 +31,6 @@ buildPythonPackage rec { "prometheus-client" ]; - nativeBuildInputs = [ pythonRelaxDepsHook ]; propagatedBuildInputs = [ flask -- cgit 1.4.1