diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:38:46 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:52 -0700 |
commit | 33b910b51cea2eee57f197a2e9697dd81a9dd67b (patch) | |
tree | 98b87e1a893030d86eff5088cdbd3693e81e03e4 /meta-python | |
parent | 5f2ef328450da9215f5bdf87c55f2ec6b64dfb66 (diff) | |
download | meta-openembedded-33b910b51cea2eee57f197a2e9697dd81a9dd67b.tar.gz |
python3-isodate: 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-isodate_0.6.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb b/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb index 722ea3af32..c65083b777 100644 --- a/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb +++ b/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb | |||
@@ -7,6 +7,7 @@ SRC_URI[sha256sum] = "48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c1 | |||
7 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
8 | 8 | ||
9 | RDEPENDS:${PN} += " \ | 9 | RDEPENDS:${PN} += " \ |
10 | python3-numbers \ | ||
10 | python3-six \ | 11 | python3-six \ |
11 | " | 12 | " |
12 | 13 | ||