diff options
author | varac <varacanero@zeromail.org> | 2017-05-16 10:27:09 +0200 |
---|---|---|
committer | varac <varac@users.noreply.github.com> | 2017-05-18 13:35:38 +0200 |
commit | f0938ea32837b4f2fb04aa995ea114fdc0cfdd8e (patch) | |
tree | f3e80a36f3255b04ed01617bb03c0d40d1f2658c /debian/control | |
parent | 58c0b21e67455cce2eafcb6e92229ebcd6307d64 (diff) |
Update build-deps
These packages were missing:
* virtualenv
* libssl-dev
* Depend on node >=6.0
* libpng-dev
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index e8a8341d..d724f7b7 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pixelated-user-agent Maintainer: Pixelated Team <pixelated-team@thoughtworks.com> Section: python Priority: optional -Build-Depends: build-essential, debhelper (>= 7.4.3), libsqlcipher-dev, libsqlite3-dev, libffi-dev, nodejs, nodejs, pixpybuild, python-all (>= 2.6.6-3), python-dev, python-setuptools (>= 0.6b3), ruby-compass +Build-Depends: build-essential, debhelper (>= 7.4.3), libsqlcipher-dev, libsqlite3-dev, libffi-dev, nodejs (>= 6.0), pixpybuild, python-all (>= 2.6.6-3), python-dev, python-setuptools (>= 0.6b3), ruby-compass, virtualenv, libssl-dev, libpng-dev Standards-Version: 3.9.1 Homepage: https://github.com/pixelated Vcs-Git: https://github.com/pixelated-project/pixelated-user-agent.git @@ -11,7 +11,7 @@ X-Python-Version: >= 2.7 Package: pixelated-user-agent Architecture: all -Depends: libffi6, libsqlcipher0, libssl-dev, python (>= 2.7), python (<< 2.8) +Depends: libffi6, libsqlcipher0, python (>= 2.7), python (<< 2.8) Description: API to serve the pixelated front-end requests Pixelated User Agent Service ============================ |