about summary refs log tree commit diff
path: root/pkgs/development/python-modules/django-cacheops/default.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-06-14 13:47:34 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-06-14 14:52:00 +0200
commitabdf5dc772759bcef53effd5f05955b4a3ac0fd8 (patch)
tree542d02ee2afa414657d2ada28471dfd947a3edcb /pkgs/development/python-modules/django-cacheops/default.nix
parent58ca0215997f192f00ad7bff9607503fedcb7f0c (diff)
treewide: remove pythonRelaxDepsHook references
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
Diffstat (limited to 'pkgs/development/python-modules/django-cacheops/default.nix')
-rw-r--r--pkgs/development/python-modules/django-cacheops/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/django-cacheops/default.nix b/pkgs/development/python-modules/django-cacheops/default.nix
index f7f15c540a999..85b44d4523a94 100644
--- a/pkgs/development/python-modules/django-cacheops/default.nix
+++ b/pkgs/development/python-modules/django-cacheops/default.nix
@@ -3,7 +3,6 @@
   lib,
   buildPythonPackage,
   fetchPypi,
-  pythonRelaxDepsHook,
   django,
   funcy,
   redis,
@@ -31,7 +30,6 @@ buildPythonPackage rec {
     hash = "sha256-d6N8c9f6z8cpk2XtZqEr56SH3XRd2GwdM8ouv9OzKHg=";
   };
 
-  nativeBuildInputs = [ pythonRelaxDepsHook ];
   pythonRelaxDeps = [ "funcy" ];
 
   propagatedBuildInputs = [