diff options
author | varac <varacanero@zeromail.org> | 2017-02-27 16:23:40 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2017-02-27 16:23:40 +0100 |
commit | d47933f85158a43d860b49ab32de92923e78c95c (patch) | |
tree | b6c7d0dd626a21709aa48a261ad51fd61294067e /debian | |
parent | 40a9a74309e02bff27433796cc8a8dfb29018b10 (diff) |
Pixelated UA debian package depends on libsqlcipher0 and libssl-dev
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 81da6390..f8c70606 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), libffi6 +Depends: libffi6, libsqlcipher0, libssl-dev, python (>= 2.7), python (<< 2.8) Description: API to serve the pixelated front-end requests Pixelated User Agent Service ============================ |