diff options
Diffstat (limited to 'eclass/python-r1.eclass')
-rw-r--r-- | eclass/python-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 02d7215320a2..7be8b5ac8d45 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -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 |