python-bluez: needs setuptools to build.

This commit is contained in:
Juan RP 2015-08-30 10:27:47 +02:00
parent d82cfd82e3
commit 495813d260

View File

@ -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 <xtraeme@voidlinux.eu>"