diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:38:40 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:52 -0700 |
commit | 3cecc1ca22c2833948e5ec9b7af75530701718ba (patch) | |
tree | 91a6ba550da5a048dfe6fc091bede4c973d802ad /meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb | |
parent | a24e93b575eee787b0a16b1c0bb7c75d4c98e1cb (diff) | |
download | meta-openembedded-3cecc1ca22c2833948e5ec9b7af75530701718ba.tar.gz |
python3-et-xmlfile: 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/python3-et-xmlfile_1.1.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb b/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb index fbebf4869..50ae7fa5e 100644 --- a/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb | |||
@@ -15,6 +15,7 @@ RDEPENDS:${PN} += " \ | |||
15 | python3-io \ | 15 | python3-io \ |
16 | python3-pprint \ | 16 | python3-pprint \ |
17 | python3-shell \ | 17 | python3-shell \ |
18 | python3-xml \ | ||
18 | " | 19 | " |
19 | 20 | ||
20 | inherit setuptools3 pypi | 21 | inherit setuptools3 pypi |