about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-03-21 21:58:04 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2024-03-21 21:58:04 +0100
commitdcb9d490214f6a661c8aa72caca2a7b1fc37c341 (patch)
tree89d039513f312d2e2a3fcaaf4081a312cab660fd
parent77ca067b6248f06c159e3543e72fa6c02a4991e0 (diff)
downloadnixlib-dcb9d490214f6a661c8aa72caca2a7b1fc37c341.tar
nixlib-dcb9d490214f6a661c8aa72caca2a7b1fc37c341.tar.gz
nixlib-dcb9d490214f6a661c8aa72caca2a7b1fc37c341.tar.bz2
nixlib-dcb9d490214f6a661c8aa72caca2a7b1fc37c341.tar.lz
nixlib-dcb9d490214f6a661c8aa72caca2a7b1fc37c341.tar.xz
nixlib-dcb9d490214f6a661c8aa72caca2a7b1fc37c341.tar.zst
nixlib-dcb9d490214f6a661c8aa72caca2a7b1fc37c341.zip
python311Packages.dvc-http: add missing input
-rw-r--r--pkgs/development/python-modules/dvc-http/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/dvc-http/default.nix b/pkgs/development/python-modules/dvc-http/default.nix
index efe97c502cec..787821218cbe 100644
--- a/pkgs/development/python-modules/dvc-http/default.nix
+++ b/pkgs/development/python-modules/dvc-http/default.nix
@@ -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