build: allow python3.8 and higher (due to dictionary merging code)

This commit is contained in:
Pim van Pelt
2022-12-03 17:03:19 +00:00
parent 47cdd74d75
commit 21d38ebd64
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@ -7,6 +7,6 @@ Standards-Version: 3.9.5
Package: vppcfg
Architecture: any
Pre-Depends: dpkg (>= 1.16.1), python3 (>= 3.8), ${misc:Pre-Depends}
Pre-Depends: dpkg (>= 1.16.1), python3 (>=3.8), ${misc:Pre-Depends}
Depends: python3-netaddr, python3-ipaddr, ${misc:Depends}
Description: A configuration tool for FD.io VPP