diff options
| author | Christian Breunig <christian@breunig.cc> | 2023-04-21 22:02:48 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-21 22:02:48 +0200 | 
| commit | 19c5040eaa097a033ae0d3dc757d0e44c8690197 (patch) | |
| tree | 582a6f80bbc73703b5445b29c92698d040c2b1bb | |
| parent | 0a581bfc28504fbf5b19272a332ad5ffe1edb249 (diff) | |
| parent | c985feff265723e5294572ff483beb7ac390bbe6 (diff) | |
| download | vyos-1x-19c5040eaa097a033ae0d3dc757d0e44c8690197.tar.gz vyos-1x-19c5040eaa097a033ae0d3dc757d0e44c8690197.zip | |
Merge pull request #1965 from dmbaturin/python-dep
debian packaging: T5172: set minimum Python version to 3.10
| -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, | 
