Re: [oe] [meta-python][PATCH] python3-pytest-cov: add missing python3-coverage dependency

2024-01-17 Thread Yoann Congal
Le 16/01/2024 à 17:53, Yoann Congal a écrit : > Le 08/01/2024 à 03:47, Khem Raj a écrit : >> >> On Wed, 03 Jan 2024 10:56:02 +0100, Richard Leitner wrote: >>> As reported by "pip3 check" python3-pytest-cov depends on >>> python3-coverage: >>> >>> $ pip3 check >>> pytest-cov 4.1.0 requires c

Re: [oe] [meta-python][PATCH] python3-pytest-cov: add missing python3-coverage dependency

2024-01-16 Thread Yoann Congal
Le 08/01/2024 à 03:47, Khem Raj a écrit : > > On Wed, 03 Jan 2024 10:56:02 +0100, Richard Leitner wrote: >> As reported by "pip3 check" python3-pytest-cov depends on >> python3-coverage: >> >> $ pip3 check >> pytest-cov 4.1.0 requires coverage, which is not installed. >> >> This patch fi

Re: [oe] [meta-python][PATCH] python3-pytest-cov: add missing python3-coverage dependency

2024-01-07 Thread Khem Raj
On Wed, 03 Jan 2024 10:56:02 +0100, Richard Leitner wrote: > As reported by "pip3 check" python3-pytest-cov depends on > python3-coverage: > > $ pip3 check > pytest-cov 4.1.0 requires coverage, which is not installed. > > This patch fixes this problem by adding python3-coverage to RD

[oe] [meta-python][PATCH] python3-pytest-cov: add missing python3-coverage dependency

2024-01-03 Thread Richard Leitner via lists.openembedded.org
As reported by "pip3 check" python3-pytest-cov depends on python3-coverage: $ pip3 check pytest-cov 4.1.0 requires coverage, which is not installed. This patch fixes this problem by adding python3-coverage to RDEPENDS Signed-off-by: Richard Leitner --- meta-python/recipes-devto