summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-09-12 20:57:37 -0700
committerKhem Raj <raj.khem@gmail.com>2024-09-12 23:21:25 -0700
commit4971de062bc8ec835a1b5c99a222df3f96cb89f4 (patch)
treea367cc305d8df86f7d35488bb34424b390089c2c
parent42e02bfb6f0bb84add02fd929d27680adfed06a1 (diff)
downloadmeta-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.bb1
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 f4454f6df..d81ded430 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
13SRC_URI += "file://run-ptest" 13SRC_URI += "file://run-ptest"
14 14
15RDEPENDS:${PN}-ptest += "\ 15RDEPENDS:${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 \