From ac96c5c7cbdc6c531ff2667f641eec7210abc677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 6 Aug 2023 14:24:17 +0200 Subject: [PATCH] dev-python/shapely: Require --- dev-python/shapely/shapely-2.0.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/shapely/shapely-2.0.1.ebuild b/dev-python/shapely/shapely-2.0.1.ebuild index c8b0e93f1ad01..db9a582dfe694 100644 --- a/dev-python/shapely/shapely-2.0.1.ebuild +++ b/dev-python/shapely/shapely-2.0.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 @@ -32,8 +32,10 @@ RDEPEND=" ${DEPEND} dev-python/numpy[${PYTHON_USEDEP}] " +#