diff options
author | David Sommerseth <davids@redhat.com> | 2013-03-12 21:01:19 +0100 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2013-03-12 21:04:51 +0100 |
commit | 19398af35587726ff5165f3cf040b55fd71e815e (patch) | |
tree | 8736ab791d1948ee2dbe4636c6017fa1b79d2a8e /README | |
parent | 9c836c88614f90ddd8084be312fb7726086c2d08 (diff) | |
download | rteval-master.tar.gz rteval-master.tar.xz rteval-master.zip |
To avoid depending on libxslt-python, use the more standard Python lxml
module for XSLT processing.
Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -25,12 +25,15 @@ python-schedtils python-ethtools git://git.kernel.org/pub/scm/linux/kernel/git/acme/python-ethtool.git -libxslt-python - http://xmlsoft.org/XSLT/python.html +python-lxml + http://lxml.de/ python-dmidecode http://www.ohloh.net/p/python-dmidecode +libxml2-python + http://xmlsoft.org/ + rt-tests git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git |