summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-09-12 20:47:37 -0700
committerKhem Raj <raj.khem@gmail.com>2024-09-12 23:21:25 -0700
commit42e02bfb6f0bb84add02fd929d27680adfed06a1 (patch)
tree747283501684d7fbb89350e593797558aa8701b0 /meta-python
parent9850a4a0002c136447b34912ff129386fa670fed (diff)
downloadmeta-openembedded-42e02bfb6f0bb84add02fd929d27680adfed06a1.tar.gz
python3-serpent: Fix typo attr -> attrs
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-serpent_1.41.bb2
1 files changed, 1 insertions, 1 deletions
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 += " \
11" 11"
12# python3-misc for timeit.py 12# python3-misc for timeit.py
13RDEPENDS:${PN}-ptest += " \ 13RDEPENDS:${PN}-ptest += " \
14 python3-attr \ 14 python3-attrs \
15 python3-misc \ 15 python3-misc \
16 python3-pytest \ 16 python3-pytest \
17 python3-pytz \ 17 python3-pytz \