python3Packages.submitit: remove setuptools from dependencies

Upstream migrated from pkg_resources to importlib.
This commit is contained in:
Robert Schütz
2025-12-18 14:14:40 -08:00
parent ea7afe639d
commit c621c15cd2
@@ -2,12 +2,11 @@
lib,
buildPythonPackage,
fetchFromGitHub,
setuptools,
cloudpickle,
flit-core,
typing-extensions,
pytestCheckHook,
pytest-asyncio_0,
pytest-asyncio,
}:
buildPythonPackage rec {
@@ -26,14 +25,13 @@ buildPythonPackage rec {
dependencies = [
cloudpickle
setuptools
typing-extensions
];
nativeCheckInputs = [
pytestCheckHook
# event_loop was removed in pytest-asyncio 1.x
pytest-asyncio_0
pytest-asyncio
];
pythonImportsCheck = [