diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-09-12 20:57:37 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-12 23:21:25 -0700 |
commit | 4971de062bc8ec835a1b5c99a222df3f96cb89f4 (patch) | |
tree | a367cc305d8df86f7d35488bb34424b390089c2c | |
parent | 42e02bfb6f0bb84add02fd929d27680adfed06a1 (diff) | |
download | meta-openembedded-4971de062bc8ec835a1b5c99a222df3f96cb89f4.tar.gz |
python3-tzdata: Add missing attrs modules rdep for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-tzdata_2024.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tzdata_2024.1.bb b/meta-python/recipes-devtools/python/python3-tzdata_2024.1.bb index f4454f6dff..d81ded430a 100644 --- a/meta-python/recipes-devtools/python/python3-tzdata_2024.1.bb +++ b/meta-python/recipes-devtools/python/python3-tzdata_2024.1.bb | |||
@@ -13,6 +13,7 @@ inherit ptest | |||
13 | SRC_URI += "file://run-ptest" | 13 | SRC_URI += "file://run-ptest" |
14 | 14 | ||
15 | RDEPENDS:${PN}-ptest += "\ | 15 | RDEPENDS:${PN}-ptest += "\ |
16 | python3-attrs \ | ||
16 | python3-pytest \ | 17 | python3-pytest \ |
17 | python3-pytest-subtests \ | 18 | python3-pytest-subtests \ |
18 | python3-unittest-automake-output \ | 19 | python3-unittest-automake-output \ |