From 646a511e5a51433a834fff7d07bd13c2bf9d758f Mon Sep 17 00:00:00 2001 From: Daniel Baumann <daniel@debian.org> Date: Wed, 5 Feb 2025 11:39:27 +0100 Subject: [PATCH] Adding additionally required python modules to depends. Signed-off-by: Daniel Baumann <daniel@debian.org> --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index a7f643c..5b85a24 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,8 @@ Package: python3-anta Section: python Architecture: all Depends: + python3-aioeapi, + python3-pydantic-extra-types, ${misc:Depends}, ${python3:Depends}, Description: Arista Network Test Automation (ANTA) Framework