diff mbox series

[meta-python,02/10] python3-serpent: Fix typo attr -> attrs

Message ID 20240913062050.2597921-2-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-serpent_1.41.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.41.bb b/meta-python/recipes-devtools/python/python3-serpent_1.41.bb
index f3cf80a375..9265081fd0 100644
--- a/meta-python/recipes-devtools/python/python3-serpent_1.41.bb
+++ b/meta-python/recipes-devtools/python/python3-serpent_1.41.bb
@@ -11,7 +11,7 @@  SRC_URI += " \
 "
 # python3-misc for timeit.py
 RDEPENDS:${PN}-ptest += " \
-    python3-attr \
+    python3-attrs \
     python3-misc \
     python3-pytest \
     python3-pytz \