diff options
author | varac <varacanero@zeromail.org> | 2017-03-12 17:17:56 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2017-03-21 12:24:12 +0100 |
commit | d7c271c44e1f6646619da019f01044fa7fbdfe48 (patch) | |
tree | 21776e341e94aedb0e46cbdccbacb09d4490ec53 /debian/control | |
parent | e8db179614237a512d9b7c03e57728a5e37eadff (diff) |
Depend on adduser package
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index f6fa44f9..cedf8871 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Standards-Version: 3.9.8 Package: soledad-server Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-configparser, python-couchdb, +Depends: ${misc:Depends}, ${python:Depends}, adduser, python-configparser, python-couchdb, python-simplejson, python-oauth, python-u1db, python-routes, python-openssl, soledad-common (>= 0.9.0), python-six, python-twisted-web (>= 16.2.0-1~bpo8+1), sudo, python-beaker |