From: Ross Burton Date: Tue, 23 Jul 2024 14:51:03 +0000 (+0100) Subject: python3-setuptools: RDEPEND on python3-unixadmin X-Git-Tag: yocto-5.2~2309 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dad84da56ab3e7342dcdb497375212bb4d1dc131;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-setuptools: RDEPEND on python3-unixadmin setuptools/command/register.py uses the getpass module. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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 291601ca983..72a8d7bc3c9 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 \ "