aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-pdal
diff options
context:
space:
mode:
authorOleg Titov <oleg.titov@gmail.com>2019-04-08 14:44:55 -0500
committerCarlo Landmeter <clandmeter@alpinelinux.org>2019-04-10 15:52:53 +0000
commitc06c429ff7a4449e77a5b30b9b78391e881f56eb (patch)
tree835ce4fb3a7c5d0c020f22ed6ec95ae942665c7b /testing/py-pdal
parent303cbfbbc9d1010aa884e835535ccfd3fd48b37a (diff)
testing/py-pdal: remove cython-dev from makedepends, rebuild
Diffstat (limited to 'testing/py-pdal')
-rw-r--r--testing/py-pdal/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-pdal/APKBUILD b/testing/py-pdal/APKBUILD
index eede4d36e88..64d8efac5f7 100644
--- a/testing/py-pdal/APKBUILD
+++ b/testing/py-pdal/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Bradley J Chambers <brad.chambers@gmail.com>
pkgname=py-pdal
pkgver=2.0.0
-pkgrel=0
+pkgrel=1
pkgdesc="PDAL Python bindings"
url="https://github.com/pdal/python"
arch="x86 x86_64"
license="BSD"
-makedepends="cython-dev python2-dev py-setuptools py-packaging pdal-dev>=1.7.2-r1 pdal>=1.7.2-r1 py-numpy-dev libxml2-dev"
+makedepends="cython python2-dev py-setuptools py-packaging pdal-dev>=1.7.2-r1 pdal>=1.7.2-r1 py-numpy-dev libxml2-dev"
install=""
subpackages="py2-${pkgname#py-}:_py2"
source="$pkgname-$pkgver.tar.gz::https://github.com/PDAL/python/archive/$pkgver.tar.gz"