Re: [PATCH v4 18/24] python/qemu: add qemu package itself to pipenv

2021-02-17 Thread John Snow
On 2/16/21 11:47 PM, Cleber Rosa wrote: On Thu, Feb 11, 2021 at 01:58:50PM -0500, John Snow wrote: This adds the python qemu packages themselves to the pipenv manifest. 'pipenv sync' will create a virtual environment sufficient to use the SDK. 'pipenv sync --dev' will create a virtual environmen

Re: [PATCH v4 18/24] python/qemu: add qemu package itself to pipenv

2021-02-16 Thread Cleber Rosa
On Thu, Feb 11, 2021 at 01:58:50PM -0500, John Snow wrote: > This adds the python qemu packages themselves to the pipenv manifest. > 'pipenv sync' will create a virtual environment sufficient to use the SDK. > 'pipenv sync --dev' will create a virtual environment sufficient to use > and test the SD

[PATCH v4 18/24] python/qemu: add qemu package itself to pipenv

2021-02-11 Thread John Snow
This adds the python qemu packages themselves to the pipenv manifest. 'pipenv sync' will create a virtual environment sufficient to use the SDK. 'pipenv sync --dev' will create a virtual environment sufficient to use and test the SDK (with pylint, mypy, isort, flake8, etc.) The qemu packages are i