summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2013-03-13 19:56:22 +0100
committerDavid Sommerseth <davids@redhat.com>2013-03-13 19:56:22 +0100
commit99253169b347346a96cc08d767f04dea615db79d (patch)
treebbf4ecc2bf54f234f27013e121f61ff48dc909d7 /doc
parent27783aa01e41bce0e2b7b6e3db5d4b453f438ffe (diff)
downloadrteval-99253169b347346a96cc08d767f04dea615db79d.tar.gz
rteval-99253169b347346a96cc08d767f04dea615db79d.tar.xz
rteval-99253169b347346a96cc08d767f04dea615db79d.zip
Migrated from libxslt to lxml
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