diff options
| author | Trevor Gamblin <tgamblin@baylibre.com> | 2023-07-21 15:25:25 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-07-23 16:36:14 -0700 |
| commit | d14a7108078231189901c89573c7083c1d4cc36d (patch) | |
| tree | 10ce30ec0c6a58a4b99db1ff8678facccfb610f8 /meta-python | |
| parent | 1585969475323110187eec769894344fc3d57c0f (diff) | |
| download | meta-openembedded-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>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bitstring_4.0.2.bb | 3 |
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 | |||
| 12 | 12 | ||
| 13 | RDEPENDS:${PN} = "\ | 13 | RDEPENDS:${PN} = "\ |
| 14 | ${PYTHON_PN}-core \ | 14 | ${PYTHON_PN}-core \ |
| 15 | ${PYTHON_PN}-numbers \ | 15 | ${PYTHON_PN}-io \ |
| 16 | ${PYTHON_PN}-mmap \ | 16 | ${PYTHON_PN}-mmap \ |
| 17 | ${PYTHON_PN}-numbers \ | ||
| 17 | " | 18 | " |
| 18 | 19 | ||
| 19 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
