diff options
author | Ross Burton <ross.burton@arm.com> | 2024-07-23 15:51:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-24 22:51:39 +0100 |
commit | 65d4f15ad6f6cccd5cb992c48db52b180eb80fe4 (patch) | |
tree | e3b0dc6b80cc23a7a5189e250924f0923d48bfaf /meta/recipes-devtools | |
parent | 2aada38f28537e6b5158ba4c891dd52b75ed6c14 (diff) | |
download | poky-65d4f15ad6f6cccd5cb992c48db52b180eb80fe4.tar.gz |
python3-beartype: add missing RDEPENDS
These parts of the standard library are imported by beartype.
(From OE-Core rev: b373c01661df245c34073acb6c962a5f6fee94de)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-beartype_0.18.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-beartype_0.18.5.bb b/meta/recipes-devtools/python/python3-beartype_0.18.5.bb index 04fbd3139f..00554dd60c 100644 --- a/meta/recipes-devtools/python/python3-beartype_0.18.5.bb +++ b/meta/recipes-devtools/python/python3-beartype_0.18.5.bb | |||
@@ -8,4 +8,6 @@ SRC_URI[sha256sum] = "264ddc2f1da9ec94ff639141fbe33d22e12a9f75aa863b83b7046ffff1 | |||
8 | 8 | ||
9 | inherit setuptools3 pypi | 9 | inherit setuptools3 pypi |
10 | 10 | ||
11 | RDEPENDS:${PN} += "python3-numbers python3-io" | ||
12 | |||
11 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |