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:
parent
77ca067b62
commit
dcb9d49021
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue