aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hackinghowto.rst
diff options
context:
space:
mode:
authorOsama Khalid <osamak@gnu.org>2011-07-11 20:55:25 +0300
committerOsama Khalid <osamak@gnu.org>2011-07-11 20:55:25 +0300
commit6d27a5cf637665be5228b6d74e7bbea5a272e688 (patch)
treef228d59937e28e19aeaf2af77a6494abe50d3414 /docs/hackinghowto.rst
parent35166f7654f27ca6665f1b7c4ef39f50cdb5ac03 (diff)
downloadmediagoblin-6d27a5cf637665be5228b6d74e7bbea5a272e688.tar.lz
mediagoblin-6d27a5cf637665be5228b6d74e7bbea5a272e688.tar.xz
mediagoblin-6d27a5cf637665be5228b6d74e7bbea5a272e688.zip
python-lxml is required on Fedora
Diffstat (limited to 'docs/hackinghowto.rst')
-rw-r--r--docs/hackinghowto.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst
index 914a5135..46288882 100644
--- a/docs/hackinghowto.rst
+++ b/docs/hackinghowto.rst
@@ -60,7 +60,7 @@ requirements::
On Fedora::
yum install mongodb-server python-paste-deploy python-paste-script \
- git-core python python-devel
+ git-core python python-devel python-lxml
.. YouCanHelp::