From db7c1fa912748098e05e4b519afbbd677307db1b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 15 Mar 2014 11:53:45 +0100 Subject: [PATCH] python-setuptools: fix cross. --- srcpkgs/python-setuptools/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/python-setuptools/template b/srcpkgs/python-setuptools/template index 8e3b01dc61d..f3064329dd1 100644 --- a/srcpkgs/python-setuptools/template +++ b/srcpkgs/python-setuptools/template @@ -4,6 +4,7 @@ version=3.2 revision=1 wrksrc="setuptools-${version}" build_style=python-module +hostmakedepends="python-devel" makedepends="python-devel" noarch="yes" depends="python"