diff options
author | kali <kali@leap.se> | 2013-02-14 05:04:05 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-02-14 05:06:54 +0900 |
commit | c18e8bd5bdf61fbd10056c8f6de84856ec81ccad (patch) | |
tree | 61620554c6f042e3f7dab0b30f176244dc1ef20f /debian | |
parent | 0e678fd57550bb80e6afe3b2019681a9911f2012 (diff) |
add all deps as build deps since they are used by tests
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 7a6f13db..bbb57bea 100644 --- a/debian/control +++ b/debian/control @@ -6,10 +6,13 @@ Standards-Version: 3.9.4 Homepage: http://leap.se #Vcs-Git: git://git.debian.org/python-applications-team/leap-client.git #Vcs-Browser: http://git.debian.org/?p=python-applications-team/leap-client.git;a=summary -Build-Depends: debhelper (>= 8.0.0), python-support, python (>=2.6), - python-sphinx (>= 1.0.7+dfsg), docutils-common, python-nose, - python-requests (<= 0.15), python-srp, python-keyring, python-xdg, - python-jsonschema, python-psutil, python-openssl, python-sh, xvfb, xauth +Build-Depends: debhelper (>= 8.0.0), python-support, python (>=2.6), python-setuptools, + python-qt4, pep8, + python-sphinx (>= 1.0.7+dfsg), docutils-common, python-nose, python-mock, + python-requests (<= 0.15), python-srp, python-crypto, python-keyring, python-xdg, + python-jsonschema (>= 0.7.0), python-psutil, python-openssl, python-sh, + python-dateutil, python-argparse, python-netifaces, + xvfb, xauth X-Python-Version: >= 2.6 Package: leap-client |