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:
@@ -8,7 +8,6 @@
|
||||
pytestCheckHook,
|
||||
python-dateutil,
|
||||
pythonOlder,
|
||||
pythonRelaxDepsHook,
|
||||
setuptools,
|
||||
urllib3,
|
||||
}:
|
||||
@@ -28,7 +27,6 @@ buildPythonPackage rec {
|
||||
pythonRelaxDeps = [ "urllib3" ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pythonRelaxDepsHook
|
||||
setuptools
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user