diff options
author | Bruno Wagner <bwgpro@gmail.com> | 2015-01-16 14:00:32 -0200 |
---|---|---|
committer | Bruno Wagner <bwgpro@gmail.com> | 2015-01-16 14:00:32 -0200 |
commit | 636862357da282171c78a712b4a398b725f8ae94 (patch) | |
tree | 82682c315d61f2d3d66f9cc466813a8b60b0cf70 /debian | |
parent | 05209c889b943cd0686289014a76406cb60e825a (diff) |
Removed service_identity module because it is optional and doesn't exist on wheezy
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 4eaabfa5..3ae2cec0 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ X-Python-Version: >= 2.7 Package: pixelated-user-agent Architecture: all -Depends: python (>= 2.7), python (<< 2.8), leap-keymanager, soledad-common, soledad-client, leap-mail, python-srp, python-dirspec, python-u1db, python-whoosh, python-sqlcipher, python-klein, python-flask, python-service-identity +Depends: python (>= 2.7), python (<< 2.8), leap-keymanager, soledad-common, soledad-client, leap-mail, python-srp, python-dirspec, python-u1db, python-whoosh, python-sqlcipher, python-klein, python-flask Description: API to serve the pixelated front-end requests Pixelated User Agent Service ============================ |