diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2021-09-19 17:19:01 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2021-09-19 17:19:24 +0200 |
commit | b0111a5b848016ec22b863072dbf6c53c2220c07 (patch) | |
tree | a82451f05f9e4901b6e67577ed838f5955439728 /sci-libs/cartopy | |
parent | dev-python/genshi: enable py3.10 (diff) | |
download | gentoo-b0111a5b848016ec22b863072dbf6c53c2220c07.tar.gz gentoo-b0111a5b848016ec22b863072dbf6c53c2220c07.tar.bz2 gentoo-b0111a5b848016ec22b863072dbf6c53c2220c07.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>
Diffstat (limited to 'sci-libs/cartopy')
-rw-r--r-- | sci-libs/cartopy/cartopy-0.18.0.ebuild | 4 |
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} |