python312Packages.linode-api: add missing dep, unbreak

This commit is contained in:
Peder Bergebakken Sundt 2024-11-08 14:18:23 +01:00
parent 73794b4d2d
commit 546749a274

View File

@ -6,6 +6,7 @@
setuptools,
requests,
polling,
deprecated,
pytestCheckHook,
mock,
httpretty,
@ -31,6 +32,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
requests
polling
deprecated
];
nativeCheckInputs = [