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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user