aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hackinghowto.rst
diff options
context:
space:
mode:
authorChris Moylan <chris@chrismoylan.com>2011-07-13 21:58:25 -0500
committerChris Moylan <chris@chrismoylan.com>2011-07-13 21:58:25 -0500
commit9247769a1457ff8ccc8b262f3bdcd7bd36694b16 (patch)
treeda5fa8800135a1e0cd837d8a722d0da1a792fd6d /docs/hackinghowto.rst
parent3d073d48cbf797c3da7b19670b8696d2229cce9b (diff)
parent6ae8b541f957b49ae86051814097e769d20f29af (diff)
downloadmediagoblin-9247769a1457ff8ccc8b262f3bdcd7bd36694b16.tar.lz
mediagoblin-9247769a1457ff8ccc8b262f3bdcd7bd36694b16.tar.xz
mediagoblin-9247769a1457ff8ccc8b262f3bdcd7bd36694b16.zip
Merge branch 'master' into test_submission_views_365
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::