python312Packages.linode-api: add missing dep, unbreak (#354485)
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
setuptools,
|
||||
requests,
|
||||
polling,
|
||||
deprecated,
|
||||
pytestCheckHook,
|
||||
mock,
|
||||
httpretty,
|
||||
@@ -31,6 +32,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
requests
|
||||
polling
|
||||
deprecated
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user