python312Packages.linode-api: add missing dep, unbreak (#354485)

This commit is contained in:
Weijia Wang
2024-11-09 01:12:03 +01:00
committed by GitHub
@@ -6,6 +6,7 @@
setuptools,
requests,
polling,
deprecated,
pytestCheckHook,
mock,
httpretty,
@@ -31,6 +32,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
requests
polling
deprecated
];
nativeCheckInputs = [