diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-pdal/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-pdal/APKBUILD b/testing/py3-pdal/APKBUILD index 26d256b63a..619af80b71 100644 --- a/testing/py3-pdal/APKBUILD +++ b/testing/py3-pdal/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Bradley J Chambers <brad.chambers@gmail.com> pkgname=py3-pdal pkgver=2.1.8 -pkgrel=1 +pkgrel=2 pkgdesc="PDAL Python bindings" url="https://github.com/pdal/python" arch="x86_64" license="BSD-3-Clause" depends="python3 py3-numpy" -makedepends="cython3 python3-dev py3-setuptools py3-packaging pdal-dev>=1.7.2-r1 +makedepends="cython python3-dev py3-setuptools py3-packaging pdal-dev>=1.7.2-r1 py3-numpy-dev libxml2-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/PDAL/python/archive/$pkgver.tar.gz" builddir="$srcdir/python-$pkgver" |