python3Packages.submitit: remove setuptools from dependencies (#472195)

This commit is contained in:
dotlambda
2025-12-20 10:55:17 +00:00
committed by GitHub
@@ -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 = [