diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:22:40 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
commit | 44bbae50805a9361224ee8e2eb0458d969245d8a (patch) | |
tree | bc86ee40c0dd7bc9a0e8a4be246f15d7af3d0700 /meta-python/recipes-devtools | |
parent | 6c40d0d3845c49add5fd62910e2f292929bc0e4e (diff) | |
download | meta-openembedded-44bbae50805a9361224ee8e2eb0458d969245d8a.tar.gz |
python3-stack-data: add missing run-time dependencies
Add missing RDEPENDS for this package.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-stack-data_0.6.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-stack-data_0.6.2.bb b/meta-python/recipes-devtools/python/python3-stack-data_0.6.2.bb index f341cbfb4..21e4b7737 100644 --- a/meta-python/recipes-devtools/python/python3-stack-data_0.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-stack-data_0.6.2.bb | |||
@@ -13,5 +13,7 @@ SRC_URI[sha256sum] = "32d2dd0376772d01b6cb9fc996f3c8b57a357089dec328ed4b6553d037 | |||
13 | RDEPENDS:${PN} = " \ | 13 | RDEPENDS:${PN} = " \ |
14 | python3-asttokens \ | 14 | python3-asttokens \ |
15 | python3-executing \ | 15 | python3-executing \ |
16 | python3-html \ | ||
17 | python3-logging \ | ||
16 | python3-pure-eval \ | 18 | python3-pure-eval \ |
17 | " | 19 | " |