mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-03 03:21:43 +02:00
eclass/distutils-r1: Sync with Gentoo
It's from Gentoo commit 5d977ed349465ab3cdc376194d03424cbb2cb9c8. Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
parent
6132c8d759
commit
2376e48680
@ -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}
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user