diff options
author | Arif Ali <arif.ali@canonical.com> | 2024-05-14 17:04:20 +0100 |
---|---|---|
committer | Jake Hunsaker <jacob.r.hunsaker@gmail.com> | 2024-05-15 13:49:21 -0400 |
commit | e54a99ce1daa7da696fc2c3fcbe3b4cb21cbce21 (patch) | |
tree | 9b47edab2fb5f9cc56c130aa1510bc475af54546 | |
parent | 00a7f9aa1bc0199ae86bae1f348a196555b6411d (diff) | |
download | sos-e54a99ce1daa7da696fc2c3fcbe3b4cb21cbce21.tar.gz |
[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 <arif.ali@canonical.com>
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
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 |