From 8289d45ffcef44bbfd5b44b5cb500936c6556970 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:10 +0100 Subject: [PATCH] python3-shapely: add missing python3 dependency --- srcpkgs/python3-shapely/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template index 47632cbc41f..8a1cf715847 100644 --- a/srcpkgs/python3-shapely/template +++ b/srcpkgs/python3-shapely/template @@ -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 "