summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2022-10-21 16:43:21 +1100
committerRhinoceros2022-10-21 16:43:21 +1100
commit778b6d51000eb1331ffd24d18ae7498cc115896f (patch)
treeda762cbb33ba6b24c3ef840014bc3977a72a5d58
parentf66ea389bb77aadb92354197a91965d2dc210d49 (diff)
downloadaur-778b6d51000eb1331ffd24d18ae7498cc115896f.tar.gz
also add python-setuptools to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d4b525500f5..eafddc2658f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = python-pybluez-git
license = GPL
makedepends = boost
makedepends = git
+ makedepends = python-setuptools
depends = python
depends = bluez-libs
provides = python-pybluez
diff --git a/PKGBUILD b/PKGBUILD
index 559724b03658..d5df9659d41b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
url='https://github.com/pybluez/pybluez'
license=('GPL')
depends=('python' 'bluez-libs')
-makedepends=('boost' 'git')
+makedepends=('boost' 'git' 'python-setuptools')
provides=('python-pybluez')
conflicts=('python-pybluez')
source=('git+https://github.com/pybluez/pybluez.git'