diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:39:14 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:53 -0700 |
commit | 74e076b277db2cd8e9e1190d6f9df5249f27bcbd (patch) | |
tree | 147a3c28620f6fac2a009cf55a53136cc16a710d /meta-python | |
parent | 0f74b11f3786fcc0872dcbb87b4ab613ad9ccb6e (diff) | |
download | meta-openembedded-74e076b277db2cd8e9e1190d6f9df5249f27bcbd.tar.gz |
python3-custom-inherit: 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-custom-inherit_2.3.1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-custom-inherit_2.3.1.bb b/meta-python/recipes-devtools/python/python3-custom-inherit_2.3.1.bb index c0e10448ea..8ff3b9e3d1 100644 --- a/meta-python/recipes-devtools/python/python3-custom-inherit_2.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-custom-inherit_2.3.1.bb | |||
@@ -8,3 +8,8 @@ PYPI_PACKAGE = "custom_inherit" | |||
8 | SRC_URI[sha256sum] = "a0d104847b4cc1ae24e00061fc2e11da8766b019bf4c8c753822347366c8c49f" | 8 | SRC_URI[sha256sum] = "a0d104847b4cc1ae24e00061fc2e11da8766b019bf4c8c753822347366c8c49f" |
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | |||
12 | RDEPENDS:${PN} += " \ | ||
13 | python3-json \ | ||
14 | python3-stringold \ | ||
15 | " | ||