summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-12-23 22:18:07 +0100
committerLars Wirzenius <liw@liw.fi>2015-12-23 22:18:07 +0100
commit5a97324643bd0ad6ae96fe7838f2321dad0cbb59 (patch)
tree74dcb6982ad8809132d4fc3855e738d71e27fbe3 /debian/control
parente9ef132d2f8fc4fb744b4c5bf2508356538eabc7 (diff)
downloadcliapp-5a97324643bd0ad6ae96fe7838f2321dad0cbb59.tar.gz
Update Debian dependencies to add python-yaml
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index b3bd9b9..6ce7417 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,13 @@ Section: python
Priority: optional
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~),
- python-coverage-test-runner, python-sphinx, pep8, pylint
+ python-coverage-test-runner, python-sphinx, pep8, pylint,
+ python-yaml
X-Python-Version: >= 2.6
Package: python-cliapp
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6)
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), python-yaml
Suggests: libjs-jquery, libjs-underscore
Description: Python framework for Unix command line programs
cliapp makes it easier to write typical Unix command line programs,