From 8d1ab7dfcfe0077d70ad0685bb00367df984a1dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 22 Apr 2025 03:35:53 +0200 Subject: [PATCH] python313Packages.python-magnumclient: add missing stevedore dependency --- pkgs/development/python-modules/python-magnumclient/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/python-magnumclient/default.nix b/pkgs/development/python-modules/python-magnumclient/default.nix index 3c010d2b12cc..52de2da2cbf0 100644 --- a/pkgs/development/python-modules/python-magnumclient/default.nix +++ b/pkgs/development/python-modules/python-magnumclient/default.nix @@ -24,6 +24,7 @@ setuptools, sphinxHook, stestr, + stevedore, testtools, }: @@ -67,6 +68,7 @@ buildPythonPackage rec { oslo-utils prettytable requests + stevedore ]; nativeCheckInputs = [