diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2009-12-01 02:32:53 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2009-12-01 02:32:53 +0000 |
commit | 24db67a75a79953642e4be8c8316ad54582a35ee (patch) | |
tree | d4ba821ba445d817aeca67bafde212d01409777a | |
parent | 4eafcba4a47bb81da309e2e183ecba6601f89941 (diff) | |
download | bcfg2-24db67a75a79953642e4be8c8316ad54582a35ee.tar.gz bcfg2-24db67a75a79953642e4be8c8316ad54582a35ee.tar.bz2 bcfg2-24db67a75a79953642e4be8c8316ad54582a35ee.zip |
try to force prereq of python-ssl to be installed if python 2.6 or later are not available
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5598 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6f1e27efd..833a1d63f 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Description: Configuration management client Package: bcfg2-server Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python-lxml (>= 0.9), python-fam | python-gamin, libxml2-utils (>= 2.6.23), gamin | fam, lsb-base (>= 3.1-9), ucf, bcfg2 (= ${Source-Version}), openssl, python-ssl | python (>= 2.6) +Depends: ${python:Depends}, ${misc:Depends}, python-lxml (>= 0.9), python-fam | python-gamin, libxml2-utils (>= 2.6.23), gamin | fam, lsb-base (>= 3.1-9), ucf, bcfg2 (= ${Source-Version}), openssl, python-ssl | python2.6 | python3.0 | python3.1 XB-Python-Version: >= 2.4 Recommends: python-genshi (>= 0.4.4), graphviz, python-profiler Homepage: http://trac.mcs.anl.gov/projects/bcfg2/ |