[Python-apps-commits] r13376 - in packages/osc/trunk/debian (changelog control)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Wed Jun 29 18:13:40 UTC 2016


    Date: Wednesday, June 29, 2016 @ 18:13:38
  Author: nijel
Revision: 13376

Make python-rpm dependency optional, it's not needed anymore when
not manipulating with rpm packages (Closes: #828999).

Modified:
  packages/osc/trunk/debian/changelog
  packages/osc/trunk/debian/control

Modified: packages/osc/trunk/debian/changelog
===================================================================
--- packages/osc/trunk/debian/changelog	2016-06-29 07:34:57 UTC (rev 13375)
+++ packages/osc/trunk/debian/changelog	2016-06-29 18:13:38 UTC (rev 13376)
@@ -1,6 +1,8 @@
 osc (0.154.0-3) UNRELEASED; urgency=medium
 
   * Add patch to make build reproducible (Closes: #826093).
+  * Make python-rpm dependency optional, it's not needed anymore when
+    not manipulating with rpm packages (Closes: #828999).
 
  -- Michal ÄŒihaÅ™ <nijel at debian.org>  Fri, 03 Jun 2016 11:53:53 +0200
 

Modified: packages/osc/trunk/debian/control
===================================================================
--- packages/osc/trunk/debian/control	2016-06-29 07:34:57 UTC (rev 13375)
+++ packages/osc/trunk/debian/control	2016-06-29 18:13:38 UTC (rev 13376)
@@ -13,8 +13,8 @@
 
 Package: osc
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-urlgrabber, python-rpm, python-m2crypto, ca-certificates
-Recommends: rpm2cpio, cpio, sensible-utils, python-keyring, obs-build, bash-completion
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-urlgrabber, python-m2crypto, ca-certificates
+Recommends: python-rpm, rpm2cpio, cpio, sensible-utils, python-keyring, obs-build, bash-completion
 Suggests: python-gnomekeyring, gnome-keyring
 Description: OpenSUSE (buildsystem) commander
  Commandline client for the openSUSE Build Service, which allows one to access




More information about the Python-apps-commits mailing list