summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Dewender <github@JonnyJD.net>2013-10-18 18:29:12 +0200
committerJohannes Dewender <github@JonnyJD.net>2013-10-18 19:50:53 +0200
commit095e8eec3e4300bef7b65981ec0674a6dc3dd779 (patch)
tree09124d8bbbd1a1aaacfab3ad92825efee29b3815
parenta841f7ae16c12f9b85015523bbc369c276201166 (diff)
downloadconfigshell-fb-095e8eec3e4300bef7b65981ec0674a6dc3dd779.tar.gz
debian: fix dependencies
epydoc is needed for building the docs and that again needs all usual dependencies. On the other side epydoc isn't needed on runtime anymore. This should be backwards compatible to configshell, but targetcli-fb needs this version instead of the original. Signed-off-by: Johannes Dewender <github@JonnyJD.net>
-rw-r--r--debian/control5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 71c5a84..81c5cb8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,15 @@ Source: configshell-fb
Section: python
Priority: optional
Maintainer: Andy Grover <grover@groveronline.com>
-Build-Depends: debhelper(>= 7.0.1), python (>= 2.6)|python2.6, python-setuptools
+Build-Depends: debhelper(>= 7.0.1), python (>= 2.6), python-setuptools, python-epydoc, python-pyparsing
Standards-Version: 3.8.1
Package: python-configshell-fb
Architecture: all
-Depends: python (>= 2.6)|python2.6, python-epydoc, python-pyparsing, python-urwid (>=0.9.9)
+Depends: python (>= 2.6), python-pyparsing, python-urwid (>=0.9.9)
Suggests: configshell-fb-doc
Conflicts: configshell
+Provides: configshell
Description: Framework to create CLI interfaces.
.
This package contains the configshell library (free branch).