diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2006-09-15 15:42:32 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2006-09-15 15:42:32 +0000 |
commit | 4c912439a255c7616cfe3aa034e94469898375d2 (patch) | |
tree | 66985a2346297bcd849b766a2066ba8cdbbece60 | |
parent | a3e9ae0d6ad04920bba0a1b4c29cbb7b4d4a8fa5 (diff) | |
download | bcfg2-4c912439a255c7616cfe3aa034e94469898375d2.tar.gz bcfg2-4c912439a255c7616cfe3aa034e94469898375d2.tar.bz2 bcfg2-4c912439a255c7616cfe3aa034e94469898375d2.zip |
Add python-cheetah as a prereq (now that TCheetah is usable)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2263 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | debian/buildsys/2.3/control.in | 2 | ||||
-rw-r--r-- | debian/buildsys/2.4/control.in | 2 | ||||
-rw-r--r-- | debian/buildsys/pycentral/control.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/buildsys/2.3/control.in b/debian/buildsys/2.3/control.in index cf17bddf8..5d7c97d6a 100644 --- a/debian/buildsys/2.3/control.in +++ b/debian/buildsys/2.3/control.in @@ -18,7 +18,7 @@ Description: Configuration management client Package: bcfg2-server Architecture: all -Depends: ${python:Depends}, python2.3-lxml (>= 0.8), python2.3-gamin | python2.3-fam , python2.3-pyopenssl, libxml2-utils (>= 2.6.23), gamin | fam, ucf, bcfg2 (= ${Source-Version}) +Depends: ${python:Depends}, python2.3-lxml (>= 0.8), python2.3-gamin | python2.3-fam , python2.3-pyopenssl, libxml2-utils (>= 2.6.23), gamin | fam, ucf, bcfg2 (= ${Source-Version}), python-cheetah Description: Configuration management server Bcfg2 is a configuration management system that generates configuration sets for clients bound by client profiles. diff --git a/debian/buildsys/2.4/control.in b/debian/buildsys/2.4/control.in index 23e64b1a6..82ad5c056 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}, python2.4-lxml (>= 0.8), python2.4-gamin | python2.4-fam, python2.4-pyopenssl, libxml2-utils (>= 2.6.23), gamin | fam, lsb-base (>= 3.1), ucf, bcfg2 (= ${Source-Version}) +Depends: ${python:Depends}, python2.4-lxml (>= 0.8), 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 Description: Configuration management server Bcfg2 is a configuration management system that generates configuration sets for clients bound by client profiles. diff --git a/debian/buildsys/pycentral/control.in b/debian/buildsys/pycentral/control.in index 21f7d9550..e924f40f5 100644 --- a/debian/buildsys/pycentral/control.in +++ b/debian/buildsys/pycentral/control.in @@ -20,7 +20,7 @@ Description: Configuration management client Package: bcfg2-server Architecture: all -Depends: ${python:Depends}, python-lxml (>= 0.8), python-fam | python2.3-gamin | python2.4-gamin , python-pyopenssl, libxml2-utils (>= 2.6.23), fam | gamin, lsb-base (>= 3.1-9), ucf, bcfg2 (= ${Source-Version}) +Depends: ${python:Depends}, python-lxml (>= 0.8), python-fam | python2.3-gamin | python2.4-gamin , python-pyopenssl, libxml2-utils (>= 2.6.23), fam | gamin, lsb-base (>= 3.1-9), ucf, bcfg2 (= ${Source-Version}), python-cheetah XB-Python-Version: ${python:Versions} Description: Configuration management server Bcfg2 is a configuration management system that generates configuration sets |