python3Packages.setuptools-git-versioning: fix eval

Should have been removed in a merge to haskell-updates, was removed in
8ea6bde88d.
This commit is contained in:
Wolfgang Walther
2026-02-16 12:00:15 +01:00
parent 5c96d3715a
commit 6fd18ccf1a
@@ -9,7 +9,6 @@
pytestCheckHook,
pytest-rerunfailures,
setuptools,
tomli,
tomli-w,
}:
@@ -33,9 +32,6 @@ buildPythonPackage rec {
build-system = [
packaging
setuptools
]
++ lib.optionals (pythonOlder "3.11") [
tomli
];
dependencies = [