commit: be8927ee043cd94d0a793590430cabf86e625c75 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Thu Oct 30 03:54:29 2025 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Thu Oct 30 03:54:52 2025 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=be8927ee
MetadataRegen: import asyncio Fixes: 9c63c4541ffb891dcb6cbf94c8f5ad8d643c684f Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> lib/_emerge/MetadataRegen.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/_emerge/MetadataRegen.py b/lib/_emerge/MetadataRegen.py index 55eb690e78..07c1770eaf 100644 --- a/lib/_emerge/MetadataRegen.py +++ b/lib/_emerge/MetadataRegen.py @@ -1,6 +1,8 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +import asyncio + from _emerge.EbuildMetadataPhase import EbuildMetadataPhase import portage
