Signed-off-by: Michał Górny <[email protected]>
---
 eclass/python-utils-r1.eclass | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index 3dbf221eac5d..bab4be0f521d 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -265,6 +265,8 @@ python_export() {
        eqawarn "python_export() is part of private eclass API."
        eqawarn "Please call python_get*() instead."
 
+       [[ ${EAPI} == [67] ]] || die "${FUNCNAME} banned in EAPI ${EAPI}"
+
        _python_export "${@}"
 }
 
@@ -878,6 +880,8 @@ python_wrapper_setup() {
        eqawarn "python_wrapper_setup() is part of private eclass API."
        eqawarn "Please call python_setup() instead."
 
+       [[ ${EAPI} == [67] ]] || die "${FUNCNAME} banned in EAPI ${EAPI}"
+
        _python_wrapper_setup "${@}"
 }
 
-- 
2.32.0


Reply via email to