diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2011-04-28 19:45:08 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2011-04-28 19:45:08 -0500 |
commit | 99ee7bb5e10e63b80f1ffff7e634815a289ad6ff (patch) | |
tree | 1d44a7438aee95d05e4c822eac152a2a681e3241 /doc/installation/prerequisites.txt | |
parent | ce1827b1b838935f2e5f0ab7713ce3dbaf57ecc4 (diff) | |
download | bcfg2-99ee7bb5e10e63b80f1ffff7e634815a289ad6ff.tar.gz bcfg2-99ee7bb5e10e63b80f1ffff7e634815a289ad6ff.tar.bz2 bcfg2-99ee7bb5e10e63b80f1ffff7e634815a289ad6ff.zip |
Client/Tools: Get rid of popen2 (in favor of subprocess)
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/installation/prerequisites.txt')
-rw-r--r-- | doc/installation/prerequisites.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation/prerequisites.txt b/doc/installation/prerequisites.txt index c86e86774..deeaba203 100644 --- a/doc/installation/prerequisites.txt +++ b/doc/installation/prerequisites.txt @@ -21,7 +21,7 @@ Bcfg2 Client +----------------------------+------------------------+--------------------------------+ | libxslt (if lxml is used) | Any | libxml2 | +----------------------------+------------------------+--------------------------------+ -| python | 2.3-2.4, 2.5-2.7 [#f1] | | +| python | 2.4 and greater [#f1] | | +----------------------------+------------------------+--------------------------------+ | lxml or elementtree [#f2]_ | Any | lxml: libxml2, libxslt, python | +----------------------------+------------------------+--------------------------------+ |