diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-10-19 08:02:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-10-19 08:03:52 +0200 |
commit | 8a769342be99560761d1cbb790d52a3bca8f3520 (patch) | |
tree | 6271ee0a3f53716d6c24708626456a0e85d878e6 /dev-lang/python | |
parent | dev-python/zope-interface: Make C extensions optional (diff) | |
download | gentoo-8a769342be99560761d1cbb790d52a3bca8f3520.tar.gz gentoo-8a769342be99560761d1cbb790d52a3bca8f3520.tar.bz2 gentoo-8a769342be99560761d1cbb790d52a3bca8f3520.zip |
dev-lang/python: Uncomment the python-exec RDEP in 3.13.0-r100
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/python-3.13.0-r100.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-lang/python/python-3.13.0-r100.ebuild b/dev-lang/python/python-3.13.0-r100.ebuild index 6c37fb5a26d7..7c26e550c713 100644 --- a/dev-lang/python/python-3.13.0-r100.ebuild +++ b/dev-lang/python/python-3.13.0-r100.ebuild @@ -99,11 +99,11 @@ BDEPEND=" RDEPEND+=" !build? ( app-misc/mime-types ) " -#if [[ ${PV} != *_alpha* ]]; then -# RDEPEND+=" -# dev-lang/python-exec[python_targets_python${PYVER/./_}(-)] -# " -#fi +if [[ ${PV} != *_alpha* ]]; then + RDEPEND+=" + dev-lang/python-exec[python_targets_python${PYVER/./_}(-)] + " +fi VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/python.org.asc |