diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:39:03 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:52 -0700 |
commit | 378a1830e8a6d8a687fa6c3d8f4b914f0e89d157 (patch) | |
tree | 77a0bc99e7d1e54c03bd9818aec428ffc16b7b88 /meta-python | |
parent | 2b75c44967eb9a4ef5c464c2fcce6a71e0c30316 (diff) | |
download | meta-openembedded-378a1830e8a6d8a687fa6c3d8f4b914f0e89d157.tar.gz |
python3-betamax: 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')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb b/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb index e3c5e7a3ac..feb9ab3e27 100644 --- a/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb | |||
@@ -13,9 +13,13 @@ SRC_URI[sha256sum] = "5bf004ceffccae881213fb722f34517166b84a34919b92ffc14d1dbd05 | |||
13 | 13 | ||
14 | inherit pypi setuptools3 ptest | 14 | inherit pypi setuptools3 ptest |
15 | 15 | ||
16 | RDEPENDS:${PN} += " \ | ||
17 | python3-requests \ | ||
18 | python3-unittest \ | ||
19 | " | ||
20 | |||
16 | RDEPENDS:${PN}-ptest += " \ | 21 | RDEPENDS:${PN}-ptest += " \ |
17 | ${PYTHON_PN}-pytest \ | 22 | ${PYTHON_PN}-pytest \ |
18 | ${PYTHON_PN}-requests \ | ||
19 | " | 23 | " |
20 | 24 | ||
21 | do_install_ptest() { | 25 | do_install_ptest() { |