about summary refs log tree commit diff
path: root/pkgs/by-name/tb/tbump/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/tb/tbump/package.nix')
-rw-r--r--pkgs/by-name/tb/tbump/package.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/by-name/tb/tbump/package.nix b/pkgs/by-name/tb/tbump/package.nix
index 2812dd2f05d0c..1314c1ec6d126 100644
--- a/pkgs/by-name/tb/tbump/package.nix
+++ b/pkgs/by-name/tb/tbump/package.nix
@@ -18,7 +18,6 @@ python3Packages.buildPythonApplication rec {
 
   pythonRelaxDeps = [ "tomlkit" ];
 
-  nativeBuildInputs = with python3Packages; [ pythonRelaxDepsHook ];
 
   build-system = with python3Packages; [ poetry-core ];