diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-09-12 20:47:37 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-12 23:21:25 -0700 |
commit | 42e02bfb6f0bb84add02fd929d27680adfed06a1 (patch) | |
tree | 747283501684d7fbb89350e593797558aa8701b0 /meta-python | |
parent | 9850a4a0002c136447b34912ff129386fa670fed (diff) | |
download | meta-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.bb | 2 |
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 |
13 | RDEPENDS:${PN}-ptest += " \ | 13 | RDEPENDS:${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 \ |