From 388075ea0a606710cf48189e9c424c233001bfc2 Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Tue, 12 Mar 2024 10:20:29 +0000 Subject: [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 --- debian/control | 1 + 1 file changed, 1 insertion(+) 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 -- cgit