From db2142c704aef20430dbcadf5e6c9d7179b7fd80 Mon Sep 17 00:00:00 2001 From: Jan Zerebecki Date: Aug 18 2021 19:35:15 +0000 Subject: Add zypper repo python backports for matrix We noticed this was on the server, but I couldn't find it in this repo. It had default priority 99. --- diff --git a/pillar/role/matrix.sls b/pillar/role/matrix.sls index fa73638..7b4123d 100644 --- a/pillar/role/matrix.sls +++ b/pillar/role/matrix.sls @@ -290,3 +290,6 @@ zypper: baseurl: http://download.infra.opensuse.org/repositories/openSUSE:/infrastructure:/matrix/openSUSE_Leap_$releasever/ priority: 100 refresh: True + devel:languages:python:backports: + baseurl: https://download.opensuse.org/repositories/devel:/languages:/python:/backports/openSUSE_Leap_$releasever/ + refresh: True