1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

python311Packages.dvc-http: add missing input

This commit is contained in:
Fabian Affolter 2024-03-21 21:58:04 +01:00
parent 77ca067b62
commit dcb9d49021

View file

@ -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