python3-serpent: Fix typo attr -> attrs

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2024-09-12 20:47:37 -07:00
parent 9850a4a000
commit 42e02bfb6f

View File

@@ -11,7 +11,7 @@ SRC_URI += " \
"
# python3-misc for timeit.py
RDEPENDS:${PN}-ptest += " \
python3-attr \
python3-attrs \
python3-misc \
python3-pytest \
python3-pytz \