diff options
author | Arif Ali <arif.ali@canonical.com> | 2023-11-14 19:52:11 +0000 |
---|---|---|
committer | Jake Hunsaker <jacob.r.hunsaker@gmail.com> | 2023-11-16 19:20:48 -0500 |
commit | 9baa525028274515267b668a07d4f6bcb83baf9b (patch) | |
tree | 52c85fea21bf4275776453baeaae2d37073a32f5 /debian | |
parent | cf3af27b34b934b77e6c702270467af9de9e7c9f (diff) | |
download | sos-9baa525028274515267b668a07d4f6bcb83baf9b.tar.gz |
[deb][packaging] Use python3-packaging as default
Related: #3398
Related: #3383
Resolves: SET-326
Signed-off-by: Arif Ali <arif.ali@canonical.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 6542e97d..fe68fde4 100644 --- a/debian/control +++ b/debian/control @@ -10,17 +10,17 @@ Build-Depends: python3-all, python3-coverage, python3-nose, - python3-setuptools, python3-sphinx, python3-magic, python3-pexpect, + python3-packaging, 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 Package: sosreport Architecture: any -Depends: ${python3:Depends}, ${misc:Depends}, python3-pexpect, python3-magic +Depends: ${python3:Depends}, ${misc:Depends}, python3-pexpect, python3-magic, python3-packaging 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 |