diff mbox series

[meta-python,03/10] python3-tzdata: Add missing attrs modules rdep for ptests

Message ID 20240913062050.2597921-3-raj.khem@gmail.com
State New
Headers show
Series [meta-oe,01/10] paho-mqtt-cpp: Use system paho-mqtt-c | expand

Commit Message

Khem Raj Sept. 13, 2024, 6:20 a.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-tzdata_2024.1.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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
 SRC_URI += "file://run-ptest"
 
 RDEPENDS:${PN}-ptest += "\
+    python3-attrs \
     python3-pytest \
     python3-pytest-subtests \
     python3-unittest-automake-output \