Fix some check_libraries() for arch

By now, the python-jinja and python-pygments packages are available in
community.
This commit is contained in:
Thorsten Wißmann 2015-01-10 13:23:56 +11:00 committed by Florian Bruhin
parent 5a0a0302df
commit 5d5e26eb7b

View File

@ -234,14 +234,14 @@ def check_libraries():
'jinja2':
_missing_str("jinja2",
debian="apt-get install python3-jinja2",
arch="Install python-jinja from the AUR",
arch="Install python-jinja from community",
windows="Install from http://www.lfd.uci.edu/"
"~gohlke/pythonlibs/#jinja2 or via pip.",
pip="jinja2"),
'pygments':
_missing_str("pygments",
debian="apt-get install python3-pygments",
arch="Install python-jinja from the AUR",
arch="Install python-pygments from community",
windows="Install from http://www.lfd.uci.edu/"
"~gohlke/pythonlibs/#pygments or via pip.",
pip="pygments"),