Re: [PATCH 4/7] python/qemu: Add pipenv support

2020-06-05 Thread Vladimir Sementsov-Ogievskiy
05.06.2020 20:11, John Snow wrote: On 6/5/20 12:21 PM, Vladimir Sementsov-Ogievskiy wrote: 03.06.2020 03:15, John Snow wrote: pipenv is a tool used for managing virtual environments with precisely specified dependencies. It is separate from the dependencies listed in setup.py, which are (by '

Re: [PATCH 4/7] python/qemu: Add pipenv support

2020-06-05 Thread John Snow
On 6/5/20 12:21 PM, Vladimir Sementsov-Ogievskiy wrote: > 03.06.2020 03:15, John Snow wrote: >> pipenv is a tool used for managing virtual environments with precisely >> specified dependencies. It is separate from the dependencies listed in >> setup.py, which are (by 'best practices') not suppos

Re: [PATCH 4/7] python/qemu: Add pipenv support

2020-06-05 Thread Vladimir Sementsov-Ogievskiy
03.06.2020 03:15, John Snow wrote: pipenv is a tool used for managing virtual environments with precisely specified dependencies. It is separate from the dependencies listed in setup.py, which are (by 'best practices') not supposed to be pinned. Note that pipenv is not required to install or use

Re: [PATCH 4/7] python/qemu: Add pipenv support

2020-06-05 Thread John Snow
On 6/5/20 11:37 AM, Vladimir Sementsov-Ogievskiy wrote: > 03.06.2020 03:15, John Snow wrote: >> pipenv is a tool used for managing virtual environments with precisely >> specified dependencies. It is separate from the dependencies listed in >> setup.py, which are (by 'best practices') not suppos

Re: [PATCH 4/7] python/qemu: Add pipenv support

2020-06-05 Thread Vladimir Sementsov-Ogievskiy
03.06.2020 03:15, John Snow wrote: pipenv is a tool used for managing virtual environments with precisely specified dependencies. It is separate from the dependencies listed in setup.py, which are (by 'best practices') not supposed to be pinned. Note that pipenv is not required to install or use

[PATCH 4/7] python/qemu: Add pipenv support

2020-06-02 Thread John Snow
pipenv is a tool used for managing virtual environments with precisely specified dependencies. It is separate from the dependencies listed in setup.py, which are (by 'best practices') not supposed to be pinned. Note that pipenv is not required to install or use this module; this is just a convenie