Skip to content

Commit 79f09e7

Browse files
authored
python312Packages.linode-api: add missing dep, unbreak (#354485)
2 parents 343eeb7 + 546749a commit 79f09e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/development/python-modules/linode-api/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
setuptools,
77
requests,
88
polling,
9+
deprecated,
910
pytestCheckHook,
1011
mock,
1112
httpretty,
@@ -31,6 +32,7 @@ buildPythonPackage rec {
3132
propagatedBuildInputs = [
3233
requests
3334
polling
35+
deprecated
3436
];
3537

3638
nativeCheckInputs = [

0 commit comments

Comments
 (0)