diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-07-23 15:51:03 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-24 22:51:39 +0100 |
| commit | bb8fd7415f927aa5df3a4d170efe7e70c1a75675 (patch) | |
| tree | 88a91ff237c449d2224b79b1f9eee55ae7dfdb14 | |
| parent | d4f05aaff5f8277c10e9e1dbc8d6c326dec47c4c (diff) | |
| download | poky-bb8fd7415f927aa5df3a4d170efe7e70c1a75675.tar.gz | |
python3-setuptools: RDEPEND on python3-unixadmin
setuptools/command/register.py uses the getpass module.
(From OE-Core rev: dad84da56ab3e7342dcdb497375212bb4d1dc131)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/python/python3-setuptools_70.3.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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} = "\ | |||
| 32 | python3-stringold \ | 32 | python3-stringold \ |
| 33 | python3-threading \ | 33 | python3-threading \ |
| 34 | python3-unittest \ | 34 | python3-unittest \ |
| 35 | python3-unixadmin \ | ||
| 35 | python3-xml \ | 36 | python3-xml \ |
| 36 | " | 37 | " |
| 37 | 38 | ||
