summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3/python3-manifest.json
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-03-21 12:37:31 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-21 22:42:04 +0000
commit7c171f9493f3be940d4c553a5856487c71147752 (patch)
treefa9b46ba759727161e2290aa810e82a3fc8df1d8 /meta/recipes-devtools/python/python3/python3-manifest.json
parent88b981c295a78b002e287a6ee868e10b4cc3aeff (diff)
downloadpoky-7c171f9493f3be940d4c553a5856487c71147752.tar.gz
python3: add missing -modules dependencies
The python3-modules package should depend on zoneinfo, and gdbm if it was enabled. (From OE-Core rev: 0e0a5a635f44931dd490ae6a99548f05bd5205a8) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3/python3-manifest.json')
-rw-r--r--meta/recipes-devtools/python/python3/python3-manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
index 58e6f28a69..498402af42 100644
--- a/meta/recipes-devtools/python/python3/python3-manifest.json
+++ b/meta/recipes-devtools/python/python3/python3-manifest.json
@@ -835,7 +835,8 @@
835 "unixadmin", 835 "unixadmin",
836 "venv", 836 "venv",
837 "xml", 837 "xml",
838 "xmlrpc" 838 "xmlrpc",
839 "zoneinfo"
839 ], 840 ],
840 "rrecommends": [ 841 "rrecommends": [
841 "distutils-windows" 842 "distutils-windows"