aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Gamblin <tgamblin@baylibre.com>2023-07-21 15:25:25 -0400
committerKhem Raj <raj.khem@gmail.com>2023-07-23 16:36:14 -0700
commitd14a7108078231189901c89573c7083c1d4cc36d (patch)
tree10ce30ec0c6a58a4b99db1ff8678facccfb610f8
parent1585969475323110187eec769894344fc3d57c0f (diff)
downloadmeta-openembedded-contrib-d14a7108078231189901c89573c7083c1d4cc36d.tar.gz
python3-bitstring: add python3-io to RDEPENDS, alphabetize
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-bitstring_4.0.2.bb3
1 files changed, 2 insertions, 1 deletions
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"