Skip to content

Commit c9bb3ce

Browse files
committed
python312Packages.dvc: adjust inputs
1 parent 071c6e6 commit c9bb3ce

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

pkgs/development/python-modules/dvc/default.nix

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
lib,
3-
appdirs,
3+
attrs,
44
buildPythonPackage,
5+
celery,
56
colorama,
67
configobj,
8+
dulwich,
79
distro,
810
dpath,
911
dvc-azure,
@@ -22,14 +24,17 @@
2224
fetchFromGitHub,
2325
flatten-dict,
2426
flufl-lock,
27+
fsspec,
2528
funcy,
2629
grandalf,
2730
gto,
2831
hydra-core,
2932
importlib-metadata,
3033
importlib-resources,
3134
iterative-telemetry,
35+
kombu,
3236
networkx,
37+
omegaconf,
3338
packaging,
3439
pathspec,
3540
platformdirs,
@@ -62,7 +67,7 @@ buildPythonPackage rec {
6267
version = "3.59.1";
6368
pyproject = true;
6469

65-
disabled = pythonOlder "3.8";
70+
disabled = pythonOlder "3.9";
6671

6772
src = fetchFromGitHub {
6873
owner = "iterative";
@@ -87,24 +92,29 @@ buildPythonPackage rec {
8792

8893
dependencies =
8994
[
90-
appdirs
95+
attrs
96+
celery
9197
colorama
9298
configobj
9399
distro
94100
dpath
101+
dulwich
95102
dvc-data
96103
dvc-http
97104
dvc-render
98105
dvc-studio-client
99106
dvc-task
100107
flatten-dict
101108
flufl-lock
109+
fsspec
102110
funcy
103111
grandalf
104112
gto
105113
hydra-core
106114
iterative-telemetry
115+
kombu
107116
networkx
117+
omegaconf
108118
packaging
109119
pathspec
110120
platformdirs
@@ -128,9 +138,7 @@ buildPythonPackage rec {
128138
++ lib.optionals enableGoogle optional-dependencies.gs
129139
++ lib.optionals enableAWS optional-dependencies.s3
130140
++ lib.optionals enableAzure optional-dependencies.azure
131-
++ lib.optionals enableSSH optional-dependencies.ssh
132-
++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ]
133-
++ lib.optionals (pythonOlder "3.9") [ importlib-resources ];
141+
++ lib.optionals enableSSH optional-dependencies.ssh;
134142

135143
optional-dependencies = {
136144
azure = [ dvc-azure ];

0 commit comments

Comments
 (0)