Unverified Commit 9deafe27 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

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

parents 6969c910 c621c15c
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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 = [