From d14a7108078231189901c89573c7083c1d4cc36d Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Fri, 21 Jul 2023 15:25:25 -0400 Subject: python3-bitstring: add python3-io to RDEPENDS, alphabetize Signed-off-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-bitstring_4.0.2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-bitstring_4.0.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-bitstring_4.0.2.bb b/meta-python/recipes-devtools/python/python3-bitstring_4.0.2.bb index 243504b666..a4d59913f8 100644 --- a/meta-python/recipes-devtools/python/python3-bitstring_4.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-bitstring_4.0.2.bb @@ -12,8 +12,9 @@ inherit pypi python_poetry_core RDEPENDS:${PN} = "\ ${PYTHON_PN}-core \ - ${PYTHON_PN}-numbers \ + ${PYTHON_PN}-io \ ${PYTHON_PN}-mmap \ + ${PYTHON_PN}-numbers \ " BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf