Skip to content

Commit

Permalink
[deb][pkg] Add python3-boto3 to depends
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
arif-ali committed May 14, 2024
1 parent 00a7f9a commit 6ff6ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ff6ab9

Please sign in to comment.