python-bluez: needs setuptools to build.
This commit is contained in:
parent
d82cfd82e3
commit
495813d260
1 changed files with 1 additions and 1 deletions
|
@ -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>"
|
||||
|
|
Loading…
Reference in a new issue