diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 2 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/debian/changelog b/debian/changelog index 0aba906..bf8721f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ leap-common (0.4.2) unstable; urgency=medium    * Update standards version to 3.9.6 (no changes)     * Change my email address    * Add pydist-overrides for pyopenssl +  * Specify explicit dependencies for python-zmq and python-txzmq   -- Micah Anderson <micah@leap.se>  Tue, 01 Sep 2015 14:18:31 -0400 diff --git a/debian/control b/debian/control index e35b604..45ed005 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.9.6  Package: python-leap-common  Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-jsonschema, python-dirspec, python-dateutil, python-openssl, python-zmq, python-txzmq +Depends: ${misc:Depends}, ${python:Depends}, python-jsonschema, python-dirspec, python-dateutil, python-openssl, python-zmq (>=14.4.1-1.1), python-txzmq (>= 0.7.3)  Description: Common Python files needed by LEAP projects   This package contains common Python functions that are needed    for the LEAP Client project | 
