mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
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
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
pycompile_module="bluetooth"
|
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"
|
makedepends="python-devel python3.4-devel libbluetooth-devel"
|
||||||
short_desc="Python2 wrapper for the BlueZ Bluetooth stack"
|
short_desc="Python2 wrapper for the BlueZ Bluetooth stack"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue