[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 1/3] automation: update openSUSE Tumbleweed building dependencies
We need python3 (and the respective -devel package), these days. Signed-off-by: Dario Faggioli <dfaggioli@xxxxxxxx> --- Cc: Doug Goldstein <cardoe@xxxxxxxxxx> Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- This patch was submitted already, but not as part of this series. Anyway, changes from v1: * add python3 instead of replacing python2 with it. --- I think the tumbleweed image in our registry needs to be updated. --- .../build/suse/opensuse-tumbleweed.dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automation/build/suse/opensuse-tumbleweed.dockerfile b/automation/build/suse/opensuse-tumbleweed.dockerfile index 2676a87c85..084cce0921 100644 --- a/automation/build/suse/opensuse-tumbleweed.dockerfile +++ b/automation/build/suse/opensuse-tumbleweed.dockerfile @@ -56,6 +56,8 @@ RUN zypper install -y --no-recommends \ pkg-config \ python \ python-devel \ + python3 \ + python3-devel \ systemd-devel \ tar \ transfig \
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |