Re: [PATCH 02/10] python: drop pipenv

2023-03-16 Thread John Snow
On Thu, Mar 16, 2023 at 4:54 AM Philippe Mathieu-Daudé wrote: > > On 16/3/23 00:02, John Snow wrote: > > On Wed, Mar 15, 2023 at 5:17 PM Philippe Mathieu-Daudé > > wrote: > >> > >> +Jan > >> > >> On 22/2/23 15:37, Paolo Bonzini wrote: > >>> From: John Snow > >>> > >>> The pipenv tool was nice in

Re: [PATCH 02/10] python: drop pipenv

2023-03-16 Thread Jan Richter
On 3/16/23 09:54, Philippe Mathieu-Daudé wrote: On 16/3/23 00:02, John Snow wrote: On Wed, Mar 15, 2023 at 5:17 PM Philippe Mathieu-Daudé wrote: +Jan On 22/2/23 15:37, Paolo Bonzini wrote: From: John Snow The pipenv tool was nice in theory, but in practice it's just too hard to update

Re: [PATCH 02/10] python: drop pipenv

2023-03-16 Thread Philippe Mathieu-Daudé
On 16/3/23 00:02, John Snow wrote: On Wed, Mar 15, 2023 at 5:17 PM Philippe Mathieu-Daudé wrote: +Jan On 22/2/23 15:37, Paolo Bonzini wrote: From: John Snow The pipenv tool was nice in theory, but in practice it's just too hard to update selectively, and it makes using it a pain. The qemu.

Re: [PATCH 02/10] python: drop pipenv

2023-03-15 Thread John Snow
On Wed, Mar 15, 2023 at 5:17 PM Philippe Mathieu-Daudé wrote: > > +Jan > > On 22/2/23 15:37, Paolo Bonzini wrote: > > From: John Snow > > > > The pipenv tool was nice in theory, but in practice it's just too hard > > to update selectively, and it makes using it a pain. The qemu.qmp repo > > dropp

Re: [PATCH 02/10] python: drop pipenv

2023-03-15 Thread Philippe Mathieu-Daudé
+Jan On 22/2/23 15:37, Paolo Bonzini wrote: From: John Snow The pipenv tool was nice in theory, but in practice it's just too hard to update selectively, and it makes using it a pain. The qemu.qmp repo dropped pipenv support a while back and it's been functioning just fine, so I'm backporting

[PATCH 02/10] python: drop pipenv

2023-02-22 Thread Paolo Bonzini
From: John Snow The pipenv tool was nice in theory, but in practice it's just too hard to update selectively, and it makes using it a pain. The qemu.qmp repo dropped pipenv support a while back and it's been functioning just fine, so I'm backporting that change here to qemu.git. Signed-off-by: J