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
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
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
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
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
---
...