summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-06-06 10:33:37 +0100
committerLars Wirzenius <liw@liw.fi>2011-06-06 10:33:37 +0100
commit039843cb84de9444169b9038dca8f85da344d5ac (patch)
tree1fa90aa2d6b821d8057dbfe1da062486f89ae923 /debian
parentb9e7c17bfbb054d31299f4ed2bd12ddc255ffa79 (diff)
downloadlarch-039843cb84de9444169b9038dca8f85da344d5ac.tar.gz
Add dependency on cliapp.
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index ef72af5..21b6f57 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ XS-Python-Version: >= 2.5
Package: python-larch
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5),
- python-lru (>= 0.4), python-tracing
+ python-lru (>= 0.4), python-tracing, python-cliapp
XB-Python-Version: ${python:Versions}
Description: B-tree library for Python
The larch Python library implements the copy-on-write B-trees designed by