From 81f2197b3b70cfd49e5a77199313da852b00a038a0b47d470004914159111521 Mon Sep 17 00:00:00 2001 From: Marco Strigl Date: Fri, 7 Feb 2020 13:55:53 +0000 Subject: [PATCH] Accepting request 771917 from home:nickbrown:osc_debian_files Add python3-m2crypto to debian dependencies, and reformat all depends/recommends to be easier to mange. OBS-URL: https://build.opensuse.org/request/show/771917 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=319 --- debian.control | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/debian.control b/debian.control index 9e657dd..f10b091 100644 --- a/debian.control +++ b/debian.control @@ -8,8 +8,16 @@ Section: devel Package: osc Section: devel Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, python3, build | obs-build -Recommends: python3-progressbar -Suggests: python3-keyring, sudo +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python3:Depends}, + python3, + python3-m2crypto, + build | obs-build +Recommends: python3-progressbar, + python3-rpm, + python3-keyring, + bash-completion +Suggests: sudo Description: Open Build Service Commander Commandline client for the Open Build Service.