treewide: remove pythonRelaxDepsHook references
It is is now provided automatically, when `pythonRelaxDeps` or `pythonRemoveDeps` is defined through `mk-python-derivation`.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
pythonOlder,
|
||||
pythonRelaxDepsHook,
|
||||
installShellFiles,
|
||||
docutils,
|
||||
ansible,
|
||||
@@ -51,7 +50,7 @@ buildPythonPackage rec {
|
||||
nativeBuildInputs = [
|
||||
installShellFiles
|
||||
docutils
|
||||
] ++ lib.optionals (pythonOlder "3.10") [ pythonRelaxDepsHook ];
|
||||
];
|
||||
|
||||
propagatedBuildInputs =
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user