From d128552f50a16a2e60556b54a86d65a5eb1c8675 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 26 Apr 2015 07:31:06 +0200 Subject: [PATCH] qutebrowser: needs python3.4-yaml to run (close #1411). --- srcpkgs/qutebrowser/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template index 8d5334565ca..d4dbb8809c9 100644 --- a/srcpkgs/qutebrowser/template +++ b/srcpkgs/qutebrowser/template @@ -1,13 +1,13 @@ # Template file for 'qutebrowser' pkgname=qutebrowser version=0.2.1 -revision=1 +revision=2 build_style=python-module python_versions="3.4" pycompile_version="3.4" pycompile_module="${pkgname}" 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" maintainer="Eivind Uggedal " license="GPL-3"