diff mbox series

python3-pygments: added rdepends

Message ID 20240602122849.254064-1-jan.vermaete@gmail.com
State New
Headers show
Series python3-pygments: added rdepends | expand

Commit Message

Jan Vermaete June 2, 2024, 12:28 p.m. UTC
python3-compression to have zipfile
python3-unixadmin to have getpass

Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
---
 meta/recipes-devtools/python/python3-pygments_2.18.0.bb | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Tim Orling June 2, 2024, 8:18 p.m. UTC | #1
On Sun, Jun 2, 2024 at 5:31 AM Jan Vermaete via lists.openembedded.org
<jan.vermaete=gmail.com@lists.openembedded.org> wrote:

> python3-compression to have zipfile
> python3-unixadmin to have getpass


Can you please add comments about what this is fixing? Without this change
what was wrong?


>
> Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
> ---
>  meta/recipes-devtools/python/python3-pygments_2.18.0.bb | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/meta/recipes-devtools/python/python3-pygments_2.18.0.bb
> b/meta/recipes-devtools/python/python3-pygments_2.18.0.bb
> index fd37365681..8058372498 100644
> --- a/meta/recipes-devtools/python/python3-pygments_2.18.0.bb
> +++ b/meta/recipes-devtools/python/python3-pygments_2.18.0.bb
> @@ -10,5 +10,10 @@ SRC_URI[sha256sum] =
> "786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c50
>  UPSTREAM_CHECK_PYPI_PACKAGE = "Pygments"
>  inherit pypi
>
> +RDEPENDS:${PN} += "\
> +    python3-compression \
> +    python3-unixadmin \
> +"
> +
>  BBCLASSEXTEND = "native nativesdk"
>
> --
> 2.39.2
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#200206):
> https://lists.openembedded.org/g/openembedded-core/message/200206
> Mute This Topic: https://lists.openembedded.org/mt/106442552/924729
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pygments_2.18.0.bb b/meta/recipes-devtools/python/python3-pygments_2.18.0.bb
index fd37365681..8058372498 100644
--- a/meta/recipes-devtools/python/python3-pygments_2.18.0.bb
+++ b/meta/recipes-devtools/python/python3-pygments_2.18.0.bb
@@ -10,5 +10,10 @@  SRC_URI[sha256sum] = "786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c50
 UPSTREAM_CHECK_PYPI_PACKAGE = "Pygments"
 inherit pypi
 
+RDEPENDS:${PN} += "\
+    python3-compression \
+    python3-unixadmin \
+"
+
 BBCLASSEXTEND = "native nativesdk"