[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] automation: update openSUSE Tumbleweed building dependencies
On 26/03/2020 17:29, Dario Faggioli wrote: > We need python3 (and the respective -devel package), these days. > > Signed-off-by: Dario Faggioli <dfaggioli@xxxxxxxx> > --- > Cc: Doug Goldstein <cardoe@xxxxxxxxxx> > --- > .../build/suse/opensuse-tumbleweed.dockerfile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/automation/build/suse/opensuse-tumbleweed.dockerfile > b/automation/build/suse/opensuse-tumbleweed.dockerfile > index 2676a87c85..e80d773a79 100644 > --- a/automation/build/suse/opensuse-tumbleweed.dockerfile > +++ b/automation/build/suse/opensuse-tumbleweed.dockerfile > @@ -54,8 +54,8 @@ RUN zypper install -y --no-recommends \ > pandoc \ > patch \ > pkg-config \ > - python \ > - python-devel \ > + python3 \ > + python3-devel \ These containers get used for older Xen branches as well, so you generally can't take deps out like this (Until we stop building the oldest branches which need the dependency). Will tumbleweed cope with both packages installed concurrently? ~Andrew
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |