python3Packages.daltonlens: drop superfluous setuptools-git dependency

This commit is contained in:
Robert Schütz
2025-08-12 14:59:52 -07:00
parent fcac4e74de
commit adf2fc259b
@@ -3,7 +3,6 @@
buildPythonPackage,
fetchPypi,
setuptools,
setuptools-git,
numpy,
pillow,
pytestCheckHook,
@@ -18,9 +17,13 @@ buildPythonPackage rec {
hash = "sha256-T7fXlRdFtcVw5WURPqZhCmulUi1ZnCfCXgcLtTHeNas=";
};
postPatch = ''
substituteInPlace setup.cfg \
--replace-fail "setup_requires = setuptools_git" ""
'';
build-system = [
setuptools
setuptools-git
];
dependencies = [