diff options
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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, | 
