From c985feff265723e5294572ff483beb7ac390bbe6 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 21 Apr 2023 14:01:13 +0100 Subject: debian packaging: T5172: set minimum Python version to 3.10 since it's required for match statements and for op mode introspection --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 3126e6ad9..4a2706fc3 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: build-essential, libvyosconfig0 (>= 0.0.7), libzmq3-dev, - python3, + python3 (>= 3.10), python3-coverage, python3-lxml, python3-netifaces, @@ -33,7 +33,7 @@ Standards-Version: 3.9.6 Package: vyos-1x Architecture: amd64 arm64 Depends: - ${python3:Depends}, + ${python3:Depends} (>= 3.10), aardvark-dns, accel-ppp, auditd, -- cgit v1.2.3