diff options
author | Kali Kaneko <kali@leap.se> | 2015-08-28 11:26:53 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-08-28 11:26:53 -0400 |
commit | 56724056f95e3d908c3fd11840cf62e64afb9e0f (patch) | |
tree | 18e5ee3506095ce62e3a04385782258cee859897 /debian | |
parent | 33baddb32452a60fe5b8efc35929741e11f53b35 (diff) |
remove python-gnupg dependency
this was moved to keymanager time ago
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 0ace9f9..a5795bd 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-gnupg, python-zmq, python-txzmq +Depends: ${misc:Depends}, ${python:Depends}, python-jsonschema, python-dirspec, python-dateutil, python-openssl, 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 |