summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-08-28 11:16:08 -0400
committerKali Kaneko <kali@leap.se>2015-08-28 11:17:40 -0400
commit33baddb32452a60fe5b8efc35929741e11f53b35 (patch)
tree4a8b12c0431de983a2801eb5136679037496b308
parentc5af52e28e64c170c281942ca09049b57e4cdb14 (diff)
update dependencies
- remove protobuf - add zmq/txzmq
-rw-r--r--debian/control7
1 files changed, 3 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index ce369f3..0ace9f9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,12 @@ 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
-Standards-Version: 3.9.5
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-python
+Standards-Version: 3.9.6
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-dateutil, python-openssl, python-gnupg, python-zmq, python-txzmq
Description: Common python files needed by LEAP projects.
This package contains common python functions that are needed
for the LEAP Client project