diff options
Diffstat (limited to 'dev-lang/python/python-3.11.0_alpha3.ebuild')
-rw-r--r-- | dev-lang/python/python-3.11.0_alpha3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.11.0_alpha3.ebuild b/dev-lang/python/python-3.11.0_alpha3.ebuild index 2c4c7c470f65..68bc01ac1c4f 100644 --- a/dev-lang/python/python-3.11.0_alpha3.ebuild +++ b/dev-lang/python/python-3.11.0_alpha3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -67,6 +67,8 @@ BDEPEND=" verify-sig? ( sec-keys/openpgp-keys-python ) !sys-devel/gcc[libffi(-)]" RDEPEND+=" !build? ( app-misc/mime-types )" +[[ ${PV} != *_alpha* ]] && + RDEPEND+=" dev-lang/python-exec[python_targets_python${PYVER/./_}(-)]" VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/python.org.asc |