Skip to content

Commit

Permalink
scons-utils.eclass: Use python_has_version
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Nov 15, 2022
1 parent 50f0b7c commit 9a367ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/scons-utils.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ if [[ ${_PYTHON_ANY_R1} ]]; then
BDEPEND="$(python_gen_any_dep "${SCONS_DEPEND}[\${PYTHON_USEDEP}]")"

scons-utils_python_check_deps() {
has_version "${SCONS_DEPEND}[${PYTHON_USEDEP}]"
python_has_version "${SCONS_DEPEND}[${PYTHON_USEDEP}]"
}
python_check_deps() { scons-utils_python_check_deps; }
elif [[ ${_PYTHON_SINGLE_R1} ]]; then
Expand Down

0 comments on commit 9a367ac

Please sign in to comment.