From 2376e4868013e6ed94645d71f8a34b1ceb36f699 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 21 Jul 2025 07:13:17 +0000 Subject: [PATCH] eclass/distutils-r1: Sync with Gentoo It's from Gentoo commit 5d977ed349465ab3cdc376194d03424cbb2cb9c8. Signed-off-by: Mathieu Tortuyaux --- .../src/third_party/portage-stable/eclass/distutils-r1.eclass | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdk_container/src/third_party/portage-stable/eclass/distutils-r1.eclass b/sdk_container/src/third_party/portage-stable/eclass/distutils-r1.eclass index b9366d1875..7b025261eb 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/distutils-r1.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/distutils-r1.eclass @@ -565,6 +565,10 @@ distutils_enable_tests() { _set_epytest_plugins for plugin in "${EPYTEST_PLUGINS[@]}"; do case ${plugin} in + ${PN}) + # don't add a dependency on self + continue + ;; pkgcore) plugin=sys-apps/${plugin} ;;