python3-rtree: add missing python3 dependency
This commit is contained in:
parent
3326f42ccf
commit
7f23fc1d9e
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'python3-rtree'
|
# Template file for 'python3-rtree'
|
||||||
pkgname=python3-rtree
|
pkgname=python3-rtree
|
||||||
version=0.9.5
|
version=0.9.5
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="rtree-${version}"
|
wrksrc="rtree-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools libspatialindex-devel python3-wheel"
|
hostmakedepends="python3-setuptools libspatialindex-devel python3-wheel"
|
||||||
makedepends="python3-devel libspatialindex-devel"
|
makedepends="python3-devel libspatialindex-devel"
|
||||||
depends="libspatialindex"
|
depends="python3 libspatialindex"
|
||||||
checkdepends="python3-pytest python3-numpy"
|
checkdepends="python3-pytest python3-numpy"
|
||||||
short_desc="Python3 bindings for libspatialindex"
|
short_desc="Python3 bindings for libspatialindex"
|
||||||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue