summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorMike McCallister <mike@mccllstr.com>2009-10-08 03:31:18 +0000
committerMike McCallister <mike@mccllstr.com>2009-10-08 03:31:18 +0000
commit7876dfaad68d7644a7d238681aa2eb99dfbda170 (patch)
tree8db55e5d7c1af3920b84b1c0c1bb495bcb352bd3 /debian
parent071b68f93851254e93ef71d7c000856adb3cbbf5 (diff)
downloadbcfg2-7876dfaad68d7644a7d238681aa2eb99dfbda170.tar.gz
bcfg2-7876dfaad68d7644a7d238681aa2eb99dfbda170.tar.bz2
bcfg2-7876dfaad68d7644a7d238681aa2eb99dfbda170.zip
Implement support for M2Crypto on the bcfg2 client.
While Python 2.6's ssl module is the way of the future, support for M2Crypto helps the Bcfg2 client run on machines with older versions of Python. This commit provides basic support. More work remains to be done on general SSL support within Bcfg2. Reference the following work-in-progress document (or its successors) for things to consider: http://tools.ietf.org/html/draft-saintandre-tls-server-id-check-02 See also the following thread for other thoughts: http://thread.gmane.org/gmane.comp.sysutils.bcfg2.devel/3563 git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5480 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'debian')
-rw-r--r--debian/buildsys/pycentral/control.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/buildsys/pycentral/control.in b/debian/buildsys/pycentral/control.in
index 91ef23261..97bf0822f 100644
--- a/debian/buildsys/pycentral/control.in
+++ b/debian/buildsys/pycentral/control.in
@@ -8,7 +8,7 @@ XS-Python-Version: >= 2.3
Package: bcfg2
Architecture: all
-Depends: ${python:Depends}, debsums, python-apt, python-lxml (>= 0.9), ucf, lsb-base (>= 3.1-9)
+Depends: ${python:Depends}, debsums, python-apt, python-lxml (>= 0.9), ucf, lsb-base (>= 3.1-9), python (>= 2.6) | python-m2crypto (>= 0.17) | python-ssl
XB-Python-Version: ${python:Versions}
Description: Configuration management client
Bcfg2 is a configuration management system that generates configuration sets