summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-09-22 10:03:20 +0200
committervarac <varacanero@zeromail.org>2016-09-22 10:03:20 +0200
commit3f60ff06612110910e7013c455660a4b00436dcd (patch)
tree58215f35b55829b4029da87d44f9c0d5476024bd
parent87f5a876ab0efd217e29716d1a0563b6f7b2003e (diff)
remove dependency to python-zmq>=14.4.1-1.1 from debian/control as welldebian/platform-0.9
-rw-r--r--debian/control4
-rw-r--r--pkg/requirements.pip2
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 .