From 7876dfaad68d7644a7d238681aa2eb99dfbda170 Mon Sep 17 00:00:00 2001 From: Mike McCallister Date: Thu, 8 Oct 2009 03:31:18 +0000 Subject: 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 --- debian/buildsys/pycentral/control.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/buildsys') 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 -- cgit v1.2.3-1-g7c22