From 495813d260b235c69092731564315fa228b773b9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 30 Aug 2015 10:27:47 +0200 Subject: [PATCH] python-bluez: needs setuptools to build. --- srcpkgs/python-bluez/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-bluez/template b/srcpkgs/python-bluez/template index 10cb48e0e9..e64f13602b 100644 --- a/srcpkgs/python-bluez/template +++ b/srcpkgs/python-bluez/template @@ -6,7 +6,7 @@ wrksrc="pybluez-${version}" build_style=python-module python_versions="2.7 3.4" pycompile_module="bluetooth" -hostmakedepends="python-devel python3.4-devel" +hostmakedepends="python-devel python3.4-devel python-setuptools python3.4-setuptools" makedepends="python-devel python3.4-devel libbluetooth-devel" short_desc="Python2 wrapper for the BlueZ Bluetooth stack" maintainer="Juan RP "