diff options
| author | Michał Górny <mgorny@gentoo.org> | 2021-12-31 10:16:25 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2022-01-09 09:09:07 +0100 |
| commit | 348d59c6d8fc23042077364580d399337be6e5fb (patch) | |
| tree | 1cf290592fd1265f965dde26cfca55da8d6dbb97 /eclass/python-r1.eclass | |
| parent | 61d3e4f58783d613521c9cd9d2877c932212e460 (diff) | |
| download | gentoo-348d59c6d8fc23042077364580d399337be6e5fb.tar.gz gentoo-348d59c6d8fc23042077364580d399337be6e5fb.tar.bz2 gentoo-348d59c6d8fc23042077364580d399337be6e5fb.zip | |
python*-r1.eclass: Remove explicit dep on python-exec
The dev-lang/python-exec dependency is now enforced through
dev-lang/python, remove the explicit dep to reduce the metadata size
and make dependency resolution lighter.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/python-r1.eclass')
| -rw-r--r-- | eclass/python-r1.eclass | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index dc624946cfc1..4b51cc18b959 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -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 # @ECLASS: python-r1.eclass @@ -125,7 +125,6 @@ fi # # Example value: # @CODE -# dev-lang/python-exec:= # python_targets_python2_7? ( dev-lang/python:2.7[gdbm] ) # python_targets_pypy? ( dev-python/pypy[gdbm] ) # @CODE @@ -207,12 +206,6 @@ _python_set_globals() { local requse="|| ( ${flags[*]} )" local usedep=${optflags// /,} - # 1) well, python-exec would suffice as an RDEP - # but no point in making this overcomplex, BDEP doesn't hurt anyone - # 2) python-exec should be built with all targets forced anyway - # but if new targets were added, we may need to force a rebuild - deps+=">=dev-lang/python-exec-2:=[${usedep}]" - if [[ ${PYTHON_DEPS+1} ]]; then # IUSE is magical, so we can't really check it # (but we verify PYTHON_COMPAT already) |
