[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#872991: stretch-pu: package lava-tool/0.21-1



Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu

To fix bug #872782, I propose to make an upload to stretch-pu with this diff:

 changelog |    6 ++++++
 control   |    2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff -Nru lava-tool-0.21/debian/changelog lava-tool-0.21/debian/changelog
--- lava-tool-0.21/debian/changelog	2017-01-19 15:46:04.000000000 +0000
+++ lava-tool-0.21/debian/changelog	2017-08-23 11:55:21.000000000 +0100
@@ -1,3 +1,9 @@
+lava-tool (0.21-1+deb9u1) stable-proposed-updates; urgency=medium
+
+  * Add missing dependency: python-simplejson. (Closes: #872782)
+
+ -- Neil Williams <codehelp@debian.org>  Wed, 23 Aug 2017 11:55:21 +0100
+
 lava-tool (0.21-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru lava-tool-0.21/debian/control lava-tool-0.21/debian/control
--- lava-tool-0.21/debian/control	2017-01-19 15:46:04.000000000 +0000
+++ lava-tool-0.21/debian/control	2017-08-23 11:55:21.000000000 +0100
@@ -22,7 +22,7 @@
 
 Package: lava-tool
 Architecture: all
-Depends: python-setuptools,
+Depends: python-setuptools, python-simplejson,
  ${python:Depends}, ${misc:Depends}
 Recommends: ca-certificates
 Breaks: lava-dashboard-tool (<< 0.8), lava-scheduler-tool (<< 0.6)

The need for python-simplejson was removed in subsequent upstream releases, so
0.23-1 in unstable is not affected.

0.21-1 in stretch is currently unusable without python-simplejson being installed
due to a mistake upstream where simplejson was removed from setup.py whilst some
parts still tried to import it.


-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armhf, arm64

Kernel: Linux 4.12.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)


Reply to: