Message ID | 20240723145137.74198-20-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [01/37] python3: add dependency on -compression to -core | expand |
Retracting this specific patch, please drop it. Ross > On 23 Jul 2024, at 15:51, Ross Burton via lists.openembedded.org <ross.burton=arm.com@lists.openembedded.org> wrote: > > This package can be built using pep517 classes now. > > Signed-off-by: Ross Burton <ross.burton@arm.com> > --- > meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb b/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb > index 488f2663cbf..54ca5d9d078 100644 > --- a/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb > +++ b/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb > @@ -14,7 +14,7 @@ SRCREV = "96f2e9b93e1d8a5338eb05b87fd879856ab7b3cc" > > S = "${WORKDIR}/git" > > -inherit setuptools3 > +inherit python_poetry_core > > RDEPENDS:${PN} += "python3-asyncio python3-core python3-jinja2 python3-json python3-markdown python3-markupsafe python3-pygments python3-typogrify python3-xml" > > -- > 2.34.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#202387): https://lists.openembedded.org/g/openembedded-core/message/202387 > Mute This Topic: https://lists.openembedded.org/mt/107505901/6875888 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ross.burton@arm.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb b/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb index 488f2663cbf..54ca5d9d078 100644 --- a/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb +++ b/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb @@ -14,7 +14,7 @@ SRCREV = "96f2e9b93e1d8a5338eb05b87fd879856ab7b3cc" S = "${WORKDIR}/git" -inherit setuptools3 +inherit python_poetry_core RDEPENDS:${PN} += "python3-asyncio python3-core python3-jinja2 python3-json python3-markdown python3-markupsafe python3-pygments python3-typogrify python3-xml"
This package can be built using pep517 classes now. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)