Package: glueviz
Version: 0.4.0-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu wily ubuntu-patch

Hi Josué,

Your package glueviz has a hard-coded dependency on libzmq1, despite being a
python program that does not open this library directly.  A close inspection
of the dependencies shows that this is not even the version of libzmq that
python-zmq is using: python-zmq uses libzmq3, not libzmq1.

Please drop this hard-coded dependency on an unused library.

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
diff -Nru glueviz-0.4.0/debian/changelog glueviz-0.4.0/debian/changelog
diff -Nru glueviz-0.4.0/debian/control glueviz-0.4.0/debian/control
--- glueviz-0.4.0/debian/control	2015-08-12 11:50:44.000000000 -0700
+++ glueviz-0.4.0/debian/control	2015-08-12 18:06:47.000000000 -0700
@@ -37,7 +37,6 @@
  python-pyavm (>= 0.9.1),
  python-dill (>= 0.2.1),
  python-h5py (>= 2.2.1),
- libzmq1 (>= 2.2.0)
 Description: Linked data visualization
  Glue is a Python project to link visualizations of scientific datasets across
  many files. Some of its features are:

Reply via email to