eclass/python-r1: Sync with Gentoo

It's from Gentoo commit 636db84c297674e57df06eb9c318d508d94a7da5.
This commit is contained in:
Flatcar Buildbot 2025-04-28 07:16:14 +00:00
parent baa96c400a
commit 7c6abd4b51

View File

@ -620,7 +620,7 @@ python_foreach_impl() {
[[ ! ${_DISTUTILS_CALLING_FOREACH_IMPL} &&
! ${_DISTUTILS_FOREACH_IMPL_WARNED} ]]
then
eqawarn "python_foreach_impl has been called directly while using distutils-r1."
eqawarn "QA Notice: python_foreach_impl has been called directly while using distutils-r1."
eqawarn "Please redefine python_*() phase functions to meet your expectations"
eqawarn "instead."
_DISTUTILS_FOREACH_IMPL_WARNED=1