Update Python requirement in INSTALL

PyXML has not been required to build the policy and its documentation
since at least Python 2.6, which comes with an "xml" module.

Moreover, some support scripts requires Python 2.6 or above (and are
compatible with Python 3.4, maybe also with other versions of Python 3).
Add the minimum supported version of Python in INSTALL.

ML thread: http://oss.tresys.com/pipermail/refpolicy/2014-November/007440.html
This commit is contained in:
Nicolas Iooss 2014-11-10 19:05:29 +01:00 committed by Chris PeBenito
parent ce0d545b2e
commit 0692cd24b5

View File

@ -3,7 +3,7 @@ Reference Policy has the following build requirements:
* libsemanage 2.1.6
* checkpolicy 2.1.8
* policycoreutils 2.1.10
* Python PyXML
* Python >= 2.6
* GCC
To install Reference Policy sources into /etc/selinux/refpolicy/src/policy: