Re: [PATCH v6 20/25] python: add devel package requirements to setuptools

2021-05-25 Thread Cleber Rosa
On Tue, May 25, 2021 at 01:43:42PM -0400, John Snow wrote: > On 5/25/21 12:13 PM, Cleber Rosa wrote: > > On Wed, May 12, 2021 at 07:12:36PM -0400, John Snow wrote: > > > setuptools doesn't have a formal understanding of development requires, > > > but it has an optional feataures section. Fine; add

Re: [PATCH v6 20/25] python: add devel package requirements to setuptools

2021-05-25 Thread John Snow
On 5/25/21 12:13 PM, Cleber Rosa wrote: On Wed, May 12, 2021 at 07:12:36PM -0400, John Snow wrote: setuptools doesn't have a formal understanding of development requires, but it has an optional feataures section. Fine; add a "devel" feature and add the requirements to it. To avoid duplication,

Re: [PATCH v6 20/25] python: add devel package requirements to setuptools

2021-05-25 Thread Cleber Rosa
On Wed, May 12, 2021 at 07:12:36PM -0400, John Snow wrote: > setuptools doesn't have a formal understanding of development requires, > but it has an optional feataures section. Fine; add a "devel" feature > and add the requirements to it. > > To avoid duplication, we can modify pipenv to install q

[PATCH v6 20/25] python: add devel package requirements to setuptools

2021-05-12 Thread John Snow
setuptools doesn't have a formal understanding of development requires, but it has an optional feataures section. Fine; add a "devel" feature and add the requirements to it. To avoid duplication, we can modify pipenv to install qemu[devel] instead. This enables us to run invocations like "pip inst