From 9baa525028274515267b668a07d4f6bcb83baf9b Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Tue, 14 Nov 2023 19:52:11 +0000 Subject: [deb][packaging] Use python3-packaging as default Related: #3398 Related: #3383 Resolves: SET-326 Signed-off-by: Arif Ali --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') 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 -- cgit