diff options
author | varac <varacanero@zeromail.org> | 2016-10-06 14:01:55 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-10-06 14:01:55 +0200 |
commit | abf0456956a2fc27d9c5f98cd02a7abb84b54ac8 (patch) | |
tree | 5cd418d4a062b918d89f64e5912eba2c12c2fd49 /debian | |
parent | f6fedac2845d60470d5bfa0d9a0e390853f7309f (diff) |
add libsqlite3-dev as build dependency
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 0e5609d7..0e3e835b 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: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7.4.3), ruby-compass, nodejs, nodejs, build-essential, libffi-dev, python-dev, pixpybuild +Build-Depends: build-essential, debhelper (>= 7.4.3), libsqlite3-dev, libffi-dev, nodejs, nodejs, pybuild, python-all (>= 2.6.6-3), python-dev, python-setuptools (>= 0.6b3), ruby-compass Standards-Version: 3.9.1 Homepage: http://pixelated-project.org Vcs-Git: https://github.com/pixelated-project/pixelated-user-agent.git |