All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xen-devel] [PATCH] automation: update openSUSE Tumbleweed building dependencies
@ 2020-03-26 17:29 Dario Faggioli
  2020-03-27 13:50 ` Andrew Cooper
  0 siblings, 1 reply; 3+ messages in thread
From: Dario Faggioli @ 2020-03-26 17:29 UTC (permalink / raw)
  To: xen-devel; +Cc: Doug Goldstein

We need python3 (and the respective -devel package), these days.

Signed-off-by: Dario Faggioli <dfaggioli@suse.com>
---
Cc: Doug Goldstein <cardoe@cardoe.com>
---
 .../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 \
         systemd-devel \
         tar \
         transfig \



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Xen-devel] [PATCH] automation: update openSUSE Tumbleweed building dependencies
  2020-03-26 17:29 [Xen-devel] [PATCH] automation: update openSUSE Tumbleweed building dependencies Dario Faggioli
@ 2020-03-27 13:50 ` Andrew Cooper
  2020-03-30 10:32   ` Dario Faggioli
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Cooper @ 2020-03-27 13:50 UTC (permalink / raw)
  To: Dario Faggioli, xen-devel; +Cc: Doug Goldstein

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@suse.com>
> ---
> Cc: Doug Goldstein <cardoe@cardoe.com>
> ---
>  .../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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Xen-devel] [PATCH] automation: update openSUSE Tumbleweed building dependencies
  2020-03-27 13:50 ` Andrew Cooper
@ 2020-03-30 10:32   ` Dario Faggioli
  0 siblings, 0 replies; 3+ messages in thread
From: Dario Faggioli @ 2020-03-30 10:32 UTC (permalink / raw)
  To: Andrew Cooper, xen-devel; +Cc: Doug Goldstein

[-- Attachment #1: Type: text/plain, Size: 1359 bytes --]

On Fri, 2020-03-27 at 13:50 +0000, Andrew Cooper wrote:
> On 26/03/2020 17:29, Dario Faggioli wrote:
> > 
> > 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).
>
Ah, ok, didn't think about that. Makes sense.

> Will tumbleweed cope with both packages installed concurrently?
> 
It does. I'll test building in a container that has both and (if it
works) submit v2 of this patch.

Thanks and Regards
-- 
Dario Faggioli, Ph.D
http://about.me/dario.faggioli
Virtualization Software Engineer
SUSE Labs, SUSE https://www.suse.com/
-------------------------------------------------------------------
<<This happens because _I_ choose it to happen!>> (Raistlin Majere)


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-30 10:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-26 17:29 [Xen-devel] [PATCH] automation: update openSUSE Tumbleweed building dependencies Dario Faggioli
2020-03-27 13:50 ` Andrew Cooper
2020-03-30 10:32   ` Dario Faggioli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.