diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:22:21 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
| commit | 789f44c3ff11b9b47330ea8817d289843bab7fc9 (patch) | |
| tree | 12eda3dd7751701fc1fa1d9285fea160289bdd97 /meta-python/recipes-devtools/python | |
| parent | ed6aaf02934f61d9fe911c3a39652d3a319219c6 (diff) | |
| download | meta-openembedded-789f44c3ff11b9b47330ea8817d289843bab7fc9.tar.gz | |
python3-html2text: 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/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-html2text_2020.1.16.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-html2text_2020.1.16.bb b/meta-python/recipes-devtools/python/python3-html2text_2020.1.16.bb index 64873d2464..5b6d040368 100644 --- a/meta-python/recipes-devtools/python/python3-html2text_2020.1.16.bb +++ b/meta-python/recipes-devtools/python/python3-html2text_2020.1.16.bb | |||
| @@ -17,6 +17,8 @@ RDEPENDS:${PN}-ptest += " \ | |||
| 17 | ${PYTHON_PN}-pytest \ | 17 | ${PYTHON_PN}-pytest \ |
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | RDEPENDS:${PN} += "python3-cgitb" | ||
| 21 | |||
| 20 | do_install_ptest() { | 22 | do_install_ptest() { |
| 21 | install -d ${D}${PTEST_PATH}/test | 23 | install -d ${D}${PTEST_PATH}/test |
| 22 | cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/ | 24 | cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/ |
