Commit 9a84119d authored by Michal Čihař's avatar Michal Čihař

Add PyCha requirement

parent d0aef27e
......@@ -22,6 +22,8 @@ Whoosh
http://bitbucket.org/mchaput/whoosh/
PyCairo
http://cairographics.org/pycairo/
PyCha
https://bitbucket.org/lgs/pycha/
PyGtk
http://www.pygtk.org/
south
......@@ -37,7 +39,7 @@ On Debian or Ubuntu, all requirements are already packaged, to install them you
.. code-block:: sh
apt-get install python-django translate-toolkit python-git python-django-registration \
python-whoosh python-cairo python-gtk2 python-django-south
python-whoosh python-cairo python-gtk2 python-django-south python-pycha
# Optional for database backend
......@@ -53,7 +55,7 @@ All requirements are available either directly in openSUSE or in
.. code-block:: sh
zypper install python-django python-django-registration translate-toolkit python-GitPython \
python-whoosh python-cairo python-South python-gtk
python-whoosh python-cairo python-South python-gtk python-pycha
Requirements using pip installer
++++++++++++++++++++++++++++++++
......
......@@ -18,6 +18,7 @@ Requires: translate-toolkit
Requires: python-GitPython >= 0.3
Requires: python-whoosh
Requires: python-cairo
Requires: python-pycha
Requires: python-South
Requires: python-gtk
%py_requires
......
......@@ -3100,6 +3100,16 @@ def get_versions():
'1.2',
))
name = 'PyCha'
url = 'https://bitbucket.org/lgs/pycha/'
mod = get_version_module('pycha', name, url)
result.append((
name,
url,
mod.version,
'0.6.0',
))
name = 'South'
url = 'http://south.aeracode.org/'
mod = get_version_module('south', name, url)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment