python3-shapely: add missing python3 dependency
This commit is contained in:
parent
9090356b9b
commit
8289d45ffc
1 changed files with 2 additions and 1 deletions
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'python3-shapely'
|
||||
pkgname=python3-shapely
|
||||
version=1.8.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="Shapely-${version}"
|
||||
build_style=python3-module
|
||||
build_helper=numpy
|
||||
hostmakedepends="python3-setuptools python3-Cython geos"
|
||||
makedepends="python3-devel python3-numpy geos-devel"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Library for manipulation and analysis of geometric objects for Python3"
|
||||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||
|
|
Loading…
Reference in a new issue