From 55700429de79105142491964d6c7c578a9b68d66 Mon Sep 17 00:00:00 2001 From: Gerard de Leeuw Date: Mon, 2 Sep 2024 16:21:51 +0200 Subject: [PATCH] Update debian dependencies --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index c825b3d..d5c7b24 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,11 @@ Source: vppcfg Section: python Priority: extra Maintainer: Ray Kinsella -Build-Depends: debhelper (>= 9), python3-all, dh-python +Build-Depends: debhelper (>= 9), python3-all, python3-setuptools, dh-python Standards-Version: 3.9.5 Package: vppcfg Architecture: any -Pre-Depends: dpkg (>= 1.16.1), python3 (>=3.8), ${misc:Pre-Depends} -Depends: python3-netaddr, python3-ipaddr, ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${python3:Depends}, python3-importlib-metadata, python3-yamale, python3-vpp-api Description: A configuration tool for FD.io VPP