diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-28 17:11:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-28 17:11:33 +0200 |
commit | e526709a102319b735dff45fb25e665a6897d862 (patch) | |
tree | 635ee843d0519becfb6fdcacee6b445948f99584 | |
parent | d7f73cdab53db199998b56db3722b89023e51ae3 (diff) | |
parent | bbbe2069c3a76adbb271d9af3c541caa3b34e8a0 (diff) | |
download | vyos-1x-e526709a102319b735dff45fb25e665a6897d862.tar.gz vyos-1x-e526709a102319b735dff45fb25e665a6897d862.zip |
Merge pull request #3886 from vyos/mergify/bp/sagitta/pr-3873
Debian: T6598: depend on podman version >=4.9.5 (backport #3873)
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3501af1bd..2244e7ad7 100644 --- a/debian/control +++ b/debian/control @@ -127,7 +127,7 @@ Depends: pciutils, pdns-recursor, pmacct (>= 1.6.0), - podman, + podman (>=4.9.5), pppoe, procps, python3, |