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

python311Packages.dvc-http: add missing input

parent 77ca067b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
, fetchFromGitHub
, dvc-objects
, fsspec
, funcy
, pythonOlder
, pythonRelaxDepsHook
, setuptools-scm
@@ -28,9 +29,10 @@ buildPythonPackage rec {
  ];

  propagatedBuildInputs = [
    aiohttp-retry
    dvc-objects
    fsspec
    aiohttp-retry
    funcy
  ];

  # Currently it's not possible to run the tests