qutebrowser: needs python3.4-yaml to run (close #1411).

This commit is contained in:
Juan RP 2015-04-26 07:31:06 +02:00
parent 85eb3dde1f
commit d128552f50

View file

@ -1,13 +1,13 @@
# Template file for 'qutebrowser' # Template file for 'qutebrowser'
pkgname=qutebrowser pkgname=qutebrowser
version=0.2.1 version=0.2.1
revision=1 revision=2
build_style=python-module build_style=python-module
python_versions="3.4" python_versions="3.4"
pycompile_version="3.4" pycompile_version="3.4"
pycompile_module="${pkgname}" pycompile_module="${pkgname}"
hostmakedepends="python3.4-setuptools asciidoc" hostmakedepends="python3.4-setuptools asciidoc"
depends="python3.4-PyQt5-webkit python3.4-Jinja2 python3.4-Pygments python3.4-pyPEG2" depends="python3.4-PyQt5-webkit python3.4-Jinja2 python3.4-Pygments python3.4-pyPEG2 python3.4-yaml"
short_desc="A keyboard-focused browser with with a minimal GUI" short_desc="A keyboard-focused browser with with a minimal GUI"
maintainer="Eivind Uggedal <eivind@uggedal.com>" maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="GPL-3" license="GPL-3"