diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-11-20 15:29:34 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-20 15:42:23 -0800 |
commit | 6da1cc531801e3fbd2001b4dd946996157cb5655 (patch) | |
tree | 71c4696caf8fdcd32bd4beafd2f58271a5ac78e2 /meta-python | |
parent | 228a2ad379276c3a99be4ff955ed15eeeca7e54b (diff) | |
download | meta-openembedded-6da1cc531801e3fbd2001b4dd946996157cb5655.tar.gz |
python3-marshmallow: Add missing ptest rdep on python3-zoneinfo
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-marshmallow_3.23.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.23.1.bb b/meta-python/recipes-devtools/python/python3-marshmallow_3.23.1.bb index 715439588a..0ea6424f34 100644 --- a/meta-python/recipes-devtools/python/python3-marshmallow_3.23.1.bb +++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.23.1.bb | |||
@@ -19,6 +19,7 @@ RDEPENDS:${PN}-ptest += " \ | |||
19 | python3-pytz \ | 19 | python3-pytz \ |
20 | python3-simplejson \ | 20 | python3-simplejson \ |
21 | python3-unittest-automake-output \ | 21 | python3-unittest-automake-output \ |
22 | python3-zoneinfo \ | ||
22 | " | 23 | " |
23 | 24 | ||
24 | do_install_ptest() { | 25 | do_install_ptest() { |