From 3f60ff06612110910e7013c455660a4b00436dcd Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 22 Sep 2016 10:03:20 +0200 Subject: remove dependency to python-zmq>=14.4.1-1.1 from debian/control as well --- debian/control | 4 ++-- pkg/requirements.pip | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index cd00ad3..fe40f6d 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,8 @@ Standards-Version: 3.9.6 Package: python-leap-common Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-jsonschema, python-dateutil, python-openssl, python-zmq (>=14.4.1-1.1), python-txzmq (>= 0.7.3), python-twisted-web (>= 13.0.0) +Depends: ${misc:Depends}, ${python:Depends}, python-jsonschema, python-dateutil, python-openssl, python-zmq, python-txzmq (>= 0.7.3), python-twisted-web (>= 13.0.0) Recommends: python-service-identity Description: Common Python files needed by LEAP projects - This package contains common Python functions that are needed + This package contains common Python functions that are needed for the LEAP Client project diff --git a/pkg/requirements.pip b/pkg/requirements.pip index fe3f6b0..ccdf938 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -1,6 +1,6 @@ jsonschema pyopenssl python-dateutil -pyzmq # >=14.4.1 +pyzmq txzmq>=0.7.3 -e . -- cgit v1.2.3