about summary refs log tree commit diff
path: root/pkgs/by-name/ro/route-graph/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/ro/route-graph/package.nix')
-rw-r--r--pkgs/by-name/ro/route-graph/package.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgs/by-name/ro/route-graph/package.nix b/pkgs/by-name/ro/route-graph/package.nix
index 36158282f783b..8e1a4e183ce06 100644
--- a/pkgs/by-name/ro/route-graph/package.nix
+++ b/pkgs/by-name/ro/route-graph/package.nix
@@ -25,17 +25,13 @@ python3.pkgs.buildPythonApplication rec {
     poetry-core
   ];
 
-  nativeBuildInputs = with python3.pkgs; [
-    pythonRelaxDepsHook
-  ];
-
   propagatedBuildInputs = [
     graphviz
   ] ++ (with python3.pkgs; [
     scapy
     typer
     typing-extensions
-  ] ++ typer.optional-dependencies.all);
+  ]);
 
   # Project has no tests
   doCheck = false;