Commit f94455c0 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.scmrepo: adjust inputs

parent c42d7abc
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
{
  lib,
  aiohttp-retry,
  asyncssh,
  buildPythonPackage,
  dulwich,
  dvc-http,
  dvc-objects,
  fetchFromGitHub,
  fsspec,
  funcy,
@@ -15,7 +14,7 @@
  pythonOlder,
  setuptools,
  setuptools-scm,
  shortuuid,
  tqdm,
}:

buildPythonPackage rec {
@@ -38,17 +37,16 @@ buildPythonPackage rec {
  ];

  dependencies = [
    aiohttp-retry
    asyncssh
    dulwich
    dvc-http
    dvc-objects
    fsspec
    funcy
    gitpython
    pathspec
    pygit2
    pygtrie
    shortuuid
    tqdm
  ];

  # Requires a running Docker instance