From a24f0cb6b20b81579a484d0ab7330e3e8ff03ea3 Mon Sep 17 00:00:00 2001 From: Thomas Beierlein Date: Mon, 27 Dec 2021 17:32:32 +0100 Subject: [PATCH] sci-libs/cartopy: Fix missing $PYTHON_USEDEP Closes: https://bugs.gentoo.org/830016 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Thomas Beierlein --- sci-libs/cartopy/cartopy-0.20.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/cartopy/cartopy-0.20.1.ebuild b/sci-libs/cartopy/cartopy-0.20.1.ebuild index 6ef30eb28e4fa..1fa38c496b976 100644 --- a/sci-libs/cartopy/cartopy-0.20.1.ebuild +++ b/sci-libs/cartopy/cartopy-0.20.1.ebuild @@ -39,7 +39,7 @@ DEPEND="${RDEPEND} dev-python/cython[${PYTHON_USEDEP}] sci-libs/geos >=sci-libs/proj-8 - dev-python/pyproj + dev-python/pyproj[${PYTHON_USEDEP}] " distutils_enable_tests pytest