Re: [OE-core] [PATCH] python3-pytest: fix display version info

2021-07-31 Thread kai
On 7/30/21 7:14 PM, Richard Purdie wrote: On Fri, 2021-07-30 at 19:03 +0800, kai wrote: On 7/30/21 6:11 PM, Richard Purdie wrote: On Fri, 2021-07-30 at 11:38 +0800, kai wrote: From: Kai Kang It does not show correct version info of python3-pytest by: $ pip3 list | grep pytest pytest

Re: [OE-core] [PATCH] python3-pytest: fix display version info

2021-07-30 Thread Richard Purdie
On Fri, 2021-07-30 at 19:03 +0800, kai wrote: > On 7/30/21 6:11 PM, Richard Purdie wrote: > > On Fri, 2021-07-30 at 11:38 +0800, kai wrote: > > > From: Kai Kang > > > > > > It does not show correct version info of python3-pytest by: > > > > > > $ pip3 list | grep pytest > > > pytest

Re: [OE-core] [PATCH] python3-pytest: fix display version info

2021-07-30 Thread kai
On 7/30/21 6:11 PM, Richard Purdie wrote: On Fri, 2021-07-30 at 11:38 +0800, kai wrote: From: Kai Kang It does not show correct version info of python3-pytest by: $ pip3 list | grep pytest pytest 0.0.0 Remove 0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch and de

Re: [OE-core] [PATCH] python3-pytest: fix display version info

2021-07-30 Thread Richard Purdie
On Fri, 2021-07-30 at 11:38 +0800, kai wrote: > From: Kai Kang > > It does not show correct version info of python3-pytest by: > > $ pip3 list | grep pytest > pytest 0.0.0 > > Remove 0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch > and depends on python3-setuptools

[OE-core] [PATCH] python3-pytest: fix display version info

2021-07-29 Thread kai
From: Kai Kang It does not show correct version info of python3-pytest by: $ pip3 list | grep pytest pytest 0.0.0 Remove 0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch and depends on python3-setuptools-scm-native to make it right. Signed-off-by: Kai Kang --- ...