diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-10-20 17:55:00 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-11-30 08:16:12 +0100 |
| commit | 142233f08e4be891468e74727ce4e0e538adc5c7 (patch) | |
| tree | 82266b54c9749b0f1b097fd52a821fc9fdcab81e /eclass/python-any-r1.eclass | |
| parent | c735a05a5c51cfb64610ac7848e72d83d00bf319 (diff) | |
| download | gentoo-142233f08e4be891468e74727ce4e0e538adc5c7.tar.gz gentoo-142233f08e4be891468e74727ce4e0e538adc5c7.tar.bz2 gentoo-142233f08e4be891468e74727ce4e0e538adc5c7.zip | |
python-any-r1.eclass: Remove obsolete variable
Remove a leftover variable from before PYTHON_PKG_DEP was used.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/python-any-r1.eclass')
| -rw-r--r-- | eclass/python-any-r1.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass index ca2ddf146406..adc7b1bfec47 100644 --- a/eclass/python-any-r1.eclass +++ b/eclass/python-any-r1.eclass @@ -167,8 +167,7 @@ inherit python-utils-r1 # @CODE _python_any_set_globals() { - local usestr deps i PYTHON_PKG_DEP - [[ ${PYTHON_REQ_USE} ]] && usestr="[${PYTHON_REQ_USE}]" + local deps i PYTHON_PKG_DEP _python_set_impls |
