python3-shapely: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:10 +01:00
parent 9090356b9b
commit 8289d45ffc

View file

@ -1,12 +1,13 @@
# Template file for 'python3-shapely' # Template file for 'python3-shapely'
pkgname=python3-shapely pkgname=python3-shapely
version=1.8.0 version=1.8.0
revision=1 revision=2
wrksrc="Shapely-${version}" wrksrc="Shapely-${version}"
build_style=python3-module build_style=python3-module
build_helper=numpy build_helper=numpy
hostmakedepends="python3-setuptools python3-Cython geos" hostmakedepends="python3-setuptools python3-Cython geos"
makedepends="python3-devel python3-numpy geos-devel" makedepends="python3-devel python3-numpy geos-devel"
depends="python3"
checkdepends="python3-pytest" checkdepends="python3-pytest"
short_desc="Library for manipulation and analysis of geometric objects for Python3" short_desc="Library for manipulation and analysis of geometric objects for Python3"
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>" maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"