All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [OE-core] [PATCH] python3-pytest: Remove dependency on python3-toml
       [not found] <174002D603CDFD91.3213@lists.openembedded.org>
@ 2023-02-02 12:52 ` Arnout Vandecappelle
  2023-02-03 14:39   ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Arnout Vandecappelle @ 2023-02-02 12:52 UTC (permalink / raw)
  To: openembedded-core



On 02/02/2023 13:49, Arnout Vandecappelle via lists.openembedded.org wrote:
> Since version 7.2.0 [1], pytest uses the "batteries included" tomllib
> module for parsing pyproject.toml configuration files [2]. It is
> therefore no longer necessary to have python3-toml in RDEPENDS.
> 
> [1] https://docs.pytest.org/en/latest/changelog.html#pytest-7-2-0-2022-10-23
> [2] https://github.com/pytest-dev/pytest/pull/9741
> 
> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
> ---
> This patch only applies to kirkstone and langdale branches. On master,
> Python 3.11 is used which no longer needs tomli at all. On dunfell,
> pytest is still on 5.3.5.

  Meh, I copy-pasted the commit message from the kirkstone/langdale patch and 
forgot to remove this bit. I assume I don't need to resend for that?

  Regards,
  Arnout

> ---
>   meta/recipes-devtools/python/python3-pytest_7.2.0.bb | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/meta/recipes-devtools/python/python3-pytest_7.2.0.bb b/meta/recipes-devtools/python/python3-pytest_7.2.0.bb
> index 02fc55fdb0..c4d1c184cf 100644
> --- a/meta/recipes-devtools/python/python3-pytest_7.2.0.bb
> +++ b/meta/recipes-devtools/python/python3-pytest_7.2.0.bb
> @@ -26,7 +26,6 @@ RDEPENDS:${PN}:class-target += " \
>       ${PYTHON_PN}-py \
>       ${PYTHON_PN}-setuptools \
>       ${PYTHON_PN}-six \
> -    ${PYTHON_PN}-toml \
>       ${PYTHON_PN}-wcwidth \
>   "
>   
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#176695): https://lists.openembedded.org/g/openembedded-core/message/176695
> Mute This Topic: https://lists.openembedded.org/mt/96698820/3616703
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arnout@mind.be]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [OE-core] [PATCH] python3-pytest: Remove dependency on python3-toml
  2023-02-02 12:52 ` [OE-core] [PATCH] python3-pytest: Remove dependency on python3-toml Arnout Vandecappelle
@ 2023-02-03 14:39   ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2023-02-03 14:39 UTC (permalink / raw)
  To: Arnout Vandecappelle, openembedded-core

On Thu, 2023-02-02 at 13:52 +0100, Arnout Vandecappelle wrote:
> 
> On 02/02/2023 13:49, Arnout Vandecappelle via lists.openembedded.org wrote:
> > Since version 7.2.0 [1], pytest uses the "batteries included" tomllib
> > module for parsing pyproject.toml configuration files [2]. It is
> > therefore no longer necessary to have python3-toml in RDEPENDS.
> > 
> > [1] https://docs.pytest.org/en/latest/changelog.html#pytest-7-2-0-2022-10-23
> > [2] https://github.com/pytest-dev/pytest/pull/9741
> > 
> > Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
> > ---
> > This patch only applies to kirkstone and langdale branches. On master,
> > Python 3.11 is used which no longer needs tomli at all. On dunfell,
> > pytest is still on 5.3.5.
> 
>   Meh, I copy-pasted the commit message from the kirkstone/langdale patch and 
> forgot to remove this bit. I assume I don't need to resend for that?

Correct, that won't make it into the applied commit.

Cheers,

Richard


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-03 14:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <174002D603CDFD91.3213@lists.openembedded.org>
2023-02-02 12:52 ` [OE-core] [PATCH] python3-pytest: Remove dependency on python3-toml Arnout Vandecappelle
2023-02-03 14:39   ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.