Re: [libvirt PATCH 26/33] ci: helper: Add a required_deps higher order helper/decorator

2023-08-31 Thread Daniel P . Berrangé
On Fri, Aug 25, 2023 at 07:55:34PM +0200, Erik Skultety wrote: > Since we'll depend on GitPython for repo cloning, we need to make sure > to emit a user friendly error if the module is not installed. This > patch introduces a helper which future patches will use as a decorator. > Inspiration for th

[libvirt PATCH 26/33] ci: helper: Add a required_deps higher order helper/decorator

2023-08-25 Thread Erik Skultety
Since we'll depend on GitPython for repo cloning, we need to make sure to emit a user friendly error if the module is not installed. This patch introduces a helper which future patches will use as a decorator. Inspiration for this helper has been taken out of lcitool where we use an identical helpe