mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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'
|
# 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>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue