mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
python312Packages.linode-api: add missing dep, unbreak
This commit is contained in:
parent
73794b4d2d
commit
546749a274
@ -6,6 +6,7 @@
|
||||
setuptools,
|
||||
requests,
|
||||
polling,
|
||||
deprecated,
|
||||
pytestCheckHook,
|
||||
mock,
|
||||
httpretty,
|
||||
@ -31,6 +32,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
requests
|
||||
polling
|
||||
deprecated
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user