summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2013-03-12 21:01:19 +0100
committerDavid Sommerseth <davids@redhat.com>2013-03-12 21:04:51 +0100
commit19398af35587726ff5165f3cf040b55fd71e815e (patch)
tree8736ab791d1948ee2dbe4636c6017fa1b79d2a8e /doc
parent9c836c88614f90ddd8084be312fb7726086c2d08 (diff)
downloadrteval-master.tar.gz
rteval-master.tar.xz
rteval-master.zip
Migrated from libxslt to lxmlHEADmaster
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 'doc')
-rw-r--r--doc/installing.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/installing.txt b/doc/installing.txt
index c202902..c592e9c 100644
--- a/doc/installing.txt
+++ b/doc/installing.txt
@@ -9,14 +9,18 @@ python-ethtool
A python library to query network interfaces
git://git.kernel.org/pub/scm/linux/kernel/git/acme/python-ethtool.git
-libxslt-python
- A python library to parse XSLT stylesheets
- http://www.xmlsoft.org/XSLT/python.html
+python-lxml
+ A python library to parse XML files and XSLT stylesheets
+ http://lxml.de/
python-dmidecode
A python library used to access DMI table information
http://www.autonomy.net.au/display/pydmi/Home
+libxml2-python
+ A python library to parse XML files
+ http://xmlsoft.org/
+
rt-tests
A collection of programs used to measure real-time behavior
git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git