diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2009-07-15 19:47:00 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2009-07-15 19:47:00 +0000 |
commit | db16bf64894c00884a1396ec84e1df01fcac7026 (patch) | |
tree | c328c5617379dfa040877c901e2fb161b247944d /debian/buildsys/2.4/control.in | |
parent | f7c16272eed2b130e05ee23509cbee35575bc411 (diff) | |
download | bcfg2-db16bf64894c00884a1396ec84e1df01fcac7026.tar.gz bcfg2-db16bf64894c00884a1396ec84e1df01fcac7026.tar.bz2 bcfg2-db16bf64894c00884a1396ec84e1df01fcac7026.zip |
rpm/deb packaging: Remove remaining Cheetah dependencies
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5328 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'debian/buildsys/2.4/control.in')
-rw-r--r-- | debian/buildsys/2.4/control.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/buildsys/2.4/control.in b/debian/buildsys/2.4/control.in index 35c7ae1d6..58da98dc1 100644 --- a/debian/buildsys/2.4/control.in +++ b/debian/buildsys/2.4/control.in @@ -18,7 +18,7 @@ Description: Configuration management client Package: bcfg2-server Architecture: all -Depends: ${python:Depends}, python-lxml (>=0.9) | python2.4-lxml (>= 0.9), python2.4-gamin | python2.4-fam, python2.4-pyopenssl, libxml2-utils (>= 2.6.23), gamin | fam, lsb-base (>= 3.1), ucf, bcfg2 (= ${Source-Version}), python-cheetah, openssl +Depends: ${python:Depends}, python-lxml (>=0.9) | python2.4-lxml (>= 0.9), python2.4-gamin | python2.4-fam, python2.4-pyopenssl, libxml2-utils (>= 2.6.23), gamin | fam, lsb-base (>= 3.1), ucf, bcfg2 (= ${Source-Version}), openssl Recommends: graphviz Description: Configuration management server Bcfg2 is a configuration management system that generates configuration sets |