From bb8fd7415f927aa5df3a4d170efe7e70c1a75675 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 23 Jul 2024 15:51:03 +0100 Subject: python3-setuptools: RDEPEND on python3-unixadmin setuptools/command/register.py uses the getpass module. (From OE-Core rev: dad84da56ab3e7342dcdb497375212bb4d1dc131) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-setuptools_70.3.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/python/python3-setuptools_70.3.0.bb') diff --git a/meta/recipes-devtools/python/python3-setuptools_70.3.0.bb b/meta/recipes-devtools/python/python3-setuptools_70.3.0.bb index 291601ca98..72a8d7bc3c 100644 --- a/meta/recipes-devtools/python/python3-setuptools_70.3.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_70.3.0.bb @@ -32,6 +32,7 @@ RDEPENDS:${PN} = "\ python3-stringold \ python3-threading \ python3-unittest \ + python3-unixadmin \ python3-xml \ " -- cgit v1.2.3-54-g00ecf