From e54a99ce1daa7da696fc2c3fcbe3b4cb21cbce21 Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Tue, 14 May 2024 17:04:20 +0100 Subject: [deb][pkg] Add python3-boto3 to depends Now that the python3-boto3 package is in the `main` pocket we can now add to `Depends`. This will enhance future deb packages to allow S3 uploads. Signed-off-by: Arif Ali --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index d060871e..4655ecc2 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ X-Python3-Version: >= 3.6 Package: sosreport Architecture: any -Depends: ${python3:Depends}, ${misc:Depends}, python3-pexpect, python3-magic, python3-packaging +Depends: ${python3:Depends}, ${misc:Depends}, python3-pexpect, python3-magic, python3-packaging, python3-boto3 Description: Set of tools to gather troubleshooting data from a system Sos is a set of tools that gathers information about system hardware and configuration. The information can then be used for -- cgit