diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-09-11 21:10:53 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-11 21:12:19 -0700 |
commit | 7f577da746d6e43f67a8c6cab8e8e8352488ddf9 (patch) | |
tree | 21a9994b89bf05d2b33beaa73862cabb42e2d6e0 /meta-python/recipes-devtools/python/python3-serpent_1.41.bb | |
parent | c1fd23eeb6c12860f4141df0e64c365a0c7f0470 (diff) | |
download | meta-openembedded-7f577da746d6e43f67a8c6cab8e8e8352488ddf9.tar.gz |
python3-serpent: Add missing rdeps for ptests to run
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-serpent_1.41.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-serpent_1.41.bb | 4 |
1 files changed, 3 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 941b5ee0f3..f3cf80a375 100644 --- a/meta-python/recipes-devtools/python/python3-serpent_1.41.bb +++ b/meta-python/recipes-devtools/python/python3-serpent_1.41.bb | |||
@@ -9,8 +9,10 @@ inherit pypi ptest setuptools3 | |||
9 | SRC_URI += " \ | 9 | SRC_URI += " \ |
10 | file://run-ptest \ | 10 | file://run-ptest \ |
11 | " | 11 | " |
12 | 12 | # python3-misc for timeit.py | |
13 | RDEPENDS:${PN}-ptest += " \ | 13 | RDEPENDS:${PN}-ptest += " \ |
14 | python3-attr \ | ||
15 | python3-misc \ | ||
14 | python3-pytest \ | 16 | python3-pytest \ |
15 | python3-pytz \ | 17 | python3-pytz \ |
16 | python3-unittest-automake-output \ | 18 | python3-unittest-automake-output \ |