diff options
author | W. Trevor King <wking@tremily.us> | 2012-10-26 12:39:32 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-10-26 12:39:35 -0400 |
commit | 59b85de566db2bdadd57f9364e687f39bc1876ed (patch) | |
tree | 3c3bc4000ad588e447fe4c39eb0b58720b00ad72 /doc/install.txt | |
parent | f0ae7e348eb3b8c1a69d4237b73e316ad9439c12 (diff) | |
download | bugseverywhere-59b85de566db2bdadd57f9364e687f39bc1876ed.tar.gz |
doc:install: fix dependency table ReST formatting
The header had been broken by
commit f174d8943c2edea25306ab522c27f69bbebd0be3
Author: W. Trevor King <wking@tremily.us>
Date: Thu May 10 08:56:02 2012 -0400
Update CherryPy dependency package to python-cherrypy3 on Debian.
Diffstat (limited to 'doc/install.txt')
-rw-r--r-- | doc/install.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install.txt b/doc/install.txt index b95eca7..3d00f0d 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -33,8 +33,8 @@ If your distribution does not package BE, you'll have to install it yourself, along with its dependencies. Not all of these are strictly required. See `Minimal installs`_ for possible shortcuts. -============== ======================= =============== =========================== -Package Role Debian_ Gentoo_ +============== ======================= ================ =========================== +Package Role Debian_ Gentoo_ ============== ======================= ================ =========================== PyYAML_ serialized data storage python-yaml dev-python/pyyaml Jinja_ HTML templating python-jinja2 dev-python/jinja |