diff options
author | Jingbei Li | 2022-06-16 16:12:56 +0800 |
---|---|---|
committer | Jingbei Li | 2022-06-16 16:12:56 +0800 |
commit | 3af392a4b6f501d55a9160bfb737317b69937eed (patch) | |
tree | 678576a2a92e92dd74a3bcf5a02947aecb0af17a /PKGBUILD | |
parent | 2281d17baf60838746f86fd7c431735f5d61a352 (diff) | |
download | aur-python-pybindgen.tar.gz |
fixed the build
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |