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>
This commit is contained in:
Ross Burton
2024-07-23 15:51:09 +01:00
committed by Richard Purdie
parent 2aada38f28
commit 65d4f15ad6

View File

@@ -8,4 +8,6 @@ SRC_URI[sha256sum] = "264ddc2f1da9ec94ff639141fbe33d22e12a9f75aa863b83b7046ffff1
inherit setuptools3 pypi
RDEPENDS:${PN} += "python3-numbers python3-io"
BBCLASSEXTEND = "native nativesdk"