From 4795eeaf0299c9a7757c7f7fc5eb697f38ebcf7b Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 19 Nov 2014 08:22:03 +0100 Subject: [PATCH] bleachbit: add python to hostmakedepends to make cross compile happy. --- srcpkgs/bleachbit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bleachbit/template b/srcpkgs/bleachbit/template index a97fcb228c..f84fb32fa9 100644 --- a/srcpkgs/bleachbit/template +++ b/srcpkgs/bleachbit/template @@ -5,7 +5,7 @@ revision=1 noarch="yes" build_style=gnu-makefile make_install_args="prefix=/usr" -hostmakedepends="desktop-file-utils gtk-update-icon-cache hicolor-icon-theme" +hostmakedepends="desktop-file-utils gtk-update-icon-cache hicolor-icon-theme python" makedepends="pygtk-devel" depends="pygtk>=2 ${hostmakedepends}" pycompile_dirs="/usr/share/bleachbit"