diff mbox series

[09/37] python3-beartype: add missing RDEPENDS

Message ID 20240723145137.74198-9-ross.burton@arm.com
State Accepted, archived
Commit b373c01661df245c34073acb6c962a5f6fee94de
Headers show
Series [01/37] python3: add dependency on -compression to -core | expand

Commit Message

Ross Burton July 23, 2024, 2:51 p.m. UTC
These parts of the standard library are imported by beartype.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-beartype_0.18.5.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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 04fbd3139fb..00554dd60c5 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
 
 inherit setuptools3 pypi
 
+RDEPENDS:${PN} += "python3-numbers python3-io"
+
 BBCLASSEXTEND = "native nativesdk"