diff options
author | kali <kali@leap.se> | 2013-01-30 13:22:34 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-01-30 13:22:34 +0900 |
commit | 202c9cdd02f62de90debbbd40ad5059de26a68ae (patch) | |
tree | 596c472bc5271410ca899481822eb072a04189d6 /debian | |
parent | aaaa88883f6f499dfebeb762ff9d3ec2d50e268b (diff) |
missing setuptools dep
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index b085db53..020473cc 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,7 @@ Depends: ${misc:Depends}, ${python:Depends}, python-xdg, python-jsonschema, python-sh, + pyhon-setuptools, python-nose, python-mock, pep8, |