diff options
author | Arif Ali <arif.ali@canonical.com> | 2024-03-12 10:20:29 +0000 |
---|---|---|
committer | Jake Hunsaker <jacob.r.hunsaker@gmail.com> | 2024-03-12 11:27:32 -0400 |
commit | 388075ea0a606710cf48189e9c424c233001bfc2 (patch) | |
tree | 623e48960a27ce070de0564f4ba172f25e71a522 /debian/control | |
parent | b1a1a62bbac9364185d969f3c992821db77bb43b (diff) | |
download | sos-388075ea0a606710cf48189e9c424c233001bfc2.tar.gz |
[pkg][debian] Add python version dependancy
This will ensure that we have the right python version dependancy
for deb packages.
Resolves: SET-543
Signed-off-by: Arif Ali <arif.ali@canonical.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index cf36a457..d060871e 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Build-Depends: Homepage: https://github.com/sosreport/sos Vcs-Browser: https://salsa.debian.org/sosreport-team/sosreport Vcs-Git: https://salsa.debian.org/sosreport-team/sosreport.git +X-Python3-Version: >= 3.6 Package: sosreport Architecture: any |