summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2021-09-19 17:19:01 +0200
committerThomas Beierlein <tomjbe@gentoo.org>2021-09-19 17:19:24 +0200
commitb0111a5b848016ec22b863072dbf6c53c2220c07 (patch)
treea82451f05f9e4901b6e67577ed838f5955439728
parentdev-python/genshi: enable py3.10 (diff)
downloadgentoo-b0111a5b.tar.gz
gentoo-b0111a5b.tar.bz2
gentoo-b0111a5b.zip
sci-libs/cartopy: Fix setuptools dep
Closes: https://bugs.gentoo.org/813294 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
-rw-r--r--sci-libs/cartopy/cartopy-0.18.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-libs/cartopy/cartopy-0.18.0.ebuild b/sci-libs/cartopy/cartopy-0.18.0.ebuild
index fbbee50514c9..ffeef0d90707 100644
--- a/sci-libs/cartopy/cartopy-0.18.0.ebuild
+++ b/sci-libs/cartopy/cartopy-0.18.0.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
inherit distutils-r1 virtualx
MY_PV=${PV/_beta/b}