summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJingbei Li2022-06-16 16:12:56 +0800
committerJingbei Li2022-06-16 16:12:56 +0800
commit3af392a4b6f501d55a9160bfb737317b69937eed (patch)
tree678576a2a92e92dd74a3bcf5a02947aecb0af17a /PKGBUILD
parent2281d17baf60838746f86fd7c431735f5d61a352 (diff)
downloadaur-python-pybindgen.tar.gz
fixed the build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4a91d397fda..248b4441a089 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url='https://github.com/gjcarneiro/pybindgen'
arch=('i686' 'x86_64')
license=('LGPL')
depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-pip')
# Note: pygccxml does not support Python 3 yet
#optdepends=('gccxml' 'pygccxml')
source=("https://pypi.python.org/packages/source/P/PyBindGen/PyBindGen-${pkgver}.tar.gz")