summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2015-06-02 15:03:18 -0300
committerdrebs <drebs@leap.se>2015-06-02 15:03:18 -0300
commit42814b5bf836a83724d2c74d6bb32bc168b7a81c (patch)
tree7f1abcca70f14ca4c657320e1363a3793bee55f3
parentbf6861574bf17fd627536f05dfed746263c76880 (diff)
[pkg] add pyzmq and txzmq dependenciesdebian/platform-0.7
-rw-r--r--debian/control9
-rw-r--r--pkg/requirements.pip4
2 files changed, 8 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index ce369f3..b97c437 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,16 @@ Maintainer: Micah Anderson <micah@debian.org>
Uploaders: Ben Carrillo <ben@futeisha.org>
Section: python
Priority: optional
-Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), python-protobuf, python-protobuf.socketrpc
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3),
+ debhelper (>= 9), python-protobuf, python-protobuf.socketrpc
Standards-Version: 3.9.5
Package: python-leap-common
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-jsonschema, python-dirspec, python-protobuf (>=2.4.1), python-protobuf.socketrpc,
- python-dateutil, python-openssl, python-gnupg
+Depends: ${misc:Depends}, ${python:Depends}, python-jsonschema,
+ python-dirspec, python-protobuf (>=2.4.1), python-protobuf.socketrpc,
+ python-dateutil, python-openssl, python-gnupg, python-zmq (>=14.4.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
diff --git a/pkg/requirements.pip b/pkg/requirements.pip
index f875344..cf7aa21 100644
--- a/pkg/requirements.pip
+++ b/pkg/requirements.pip
@@ -4,7 +4,7 @@ pyopenssl
python-dateutil
Twisted>=12.1
zope.interface
-pyzmq
-txzmq
+pyzmq>=14.4.1
+txzmq>=0.7.3
#autopep8 -- ???