diff options
author | Christoph Kluenter <ckluente@thoughtworks.com> | 2014-09-17 16:58:50 +0200 |
---|---|---|
committer | Christoph Kluenter <ckluente@thoughtworks.com> | 2014-09-17 16:58:50 +0200 |
commit | c272f64293bb0157eb7eb1ebba899935f8ed2c3a (patch) | |
tree | 127bbb7896b36fa6c462e030921848def62a75b3 /debian | |
parent | cbccec7c97140b68b000ad0d0f31bb6c43310bca (diff) |
depend on python-scanner and python-crochet
both packages are missing in debian.
I built them from source and uploaded them to
packages.pixelated-project.org
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 c5ffbdf2..eb543ce7 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, gunicorn, python-srp, python-dirspec, python-u1db, python-flask +Depends: python (>= 2.7), python (<< 2.8), leap-keymanager, soledad-common, soledad-client,, leap-mail, gunicorn, python-srp, python-dirspec, python-u1db, python-flask, python-crochet, python-scanner Description: API to serve the pixelated front-end requests Pixelated User Agent Service ============================ |