diff options
author | Osama Khalid <osamak@gnu.org> | 2011-07-11 20:55:25 +0300 |
---|---|---|
committer | Osama Khalid <osamak@gnu.org> | 2011-07-11 20:55:25 +0300 |
commit | 6d27a5cf637665be5228b6d74e7bbea5a272e688 (patch) | |
tree | f228d59937e28e19aeaf2af77a6494abe50d3414 /docs/hackinghowto.rst | |
parent | 35166f7654f27ca6665f1b7c4ef39f50cdb5ac03 (diff) | |
download | mediagoblin-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.rst | 2 |
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:: |