From 5ac7229d16d34b1f3454a39fb1483737f5774bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 23 Feb 2021 21:36:05 +0700 Subject: [PATCH] guake: hostmakedepends+=python3-pbr --- srcpkgs/guake/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template index 8f0fbe4d2be..9fbc1895da9 100644 --- a/srcpkgs/guake/template +++ b/srcpkgs/guake/template @@ -3,7 +3,7 @@ pkgname=guake version=3.7.0 revision=1 build_style=python3-module -hostmakedepends="gettext python3-setuptools" +hostmakedepends="gettext python3-setuptools python3-pbr" makedepends="python3-devel python3-pbr" depends="desktop-file-utils libkeybinder3 libnotify python3-dbus python3-gobject python3-pbr vte3 libwnck python3-setuptools"