aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-05-10 08:56:02 -0400
committerW. Trevor King <wking@tremily.us>2012-05-10 08:56:02 -0400
commitf174d8943c2edea25306ab522c27f69bbebd0be3 (patch)
treeebd7208afc9c46f7763570e3cc35197633f5c4a3 /doc
parent0b3126bb8aad58127a66b9e6b9c9bc6128c0828b (diff)
downloadbugseverywhere-f174d8943c2edea25306ab522c27f69bbebd0be3.tar.gz
Update CherryPy dependency package to python-cherrypy3 on Debian.
Thanks to Tim Mazid for reporting the bug, and Israel Basurto for suggesting the fix. On Wed, May 09, 2012 at 07:26:14PM +1000, Tim Mazid wrote: > $ interfaces/web/cfbe.py ~/projects/proj/ > Bugs Everywhere Directory v1.4 > Traceback (most recent call last): > File "interfaces/web/cfbe.py", line 42, in <module> > cherrypy.quickstart(WebInterface, '/', app_config) > AttributeError: 'module' object has no attribute 'quickstart' > > This is with the latest be from git, and python-cherrypy 2.3.0-3 from > Debian wheezy.
Diffstat (limited to 'doc')
-rw-r--r--doc/install.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/install.txt b/doc/install.txt
index dc4b416..a32a7c1 100644
--- a/doc/install.txt
+++ b/doc/install.txt
@@ -35,14 +35,14 @@ required. See `Minimal installs`_ for possible shortcuts.
============== ======================= =============== ===========================
Package Role Debian_ Gentoo_
-============== ======================= =============== ===========================
-PyYAML_ serialized data storage python-yaml dev-python/pyyaml
-Jinja_ HTML templating python-jinja2 dev-python/jinja
-CherryPy_ serve repos over HTTP python-cherrypy dev-python/cherrypy
-Sphinx_ see :doc:`doc` python-sphinx dev-python/sphinx
-numpydoc_ see :doc:`doc` dev-python/numpydoc [#npd]_
-Docutils_ manpage generation python-docutils dev-python/docutils
-============== ======================= =============== ===========================
+============== ======================= ================ ===========================
+PyYAML_ serialized data storage python-yaml dev-python/pyyaml
+Jinja_ HTML templating python-jinja2 dev-python/jinja
+CherryPy_ serve repos over HTTP python-cherrypy3 dev-python/cherrypy
+Sphinx_ see :doc:`doc` python-sphinx dev-python/sphinx
+numpydoc_ see :doc:`doc` dev-python/numpydoc [#npd]_
+Docutils_ manpage generation python-docutils dev-python/docutils
+============== ======================= ================ ===========================
.. [#npd] In the science_ overlay.