From 21fa319f6aad3d86b6f44cb782ca565e05fef829 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Tue, 26 Sep 2023 10:14:25 +0200 Subject: [PATCH] fix(suse): update pygit2 package name On modern SUSE distributions, Python module package names will only resolve with the python3- prefix. Signed-off-by: Georg Pfuetzenreuter --- salt/osfamilymap.yaml | 2 +- test/integration/default/files/_mapdata/opensuse-15.yaml | 2 +- .../integration/default/files/_mapdata/opensuse-tumbleweed.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/salt/osfamilymap.yaml b/salt/osfamilymap.yaml index e2e48a640..1852c0b3b 100644 --- a/salt/osfamilymap.yaml +++ b/salt/osfamilymap.yaml @@ -62,7 +62,7 @@ Suse: pkgrepo_humanname: 'Salt releases for SLE-based SUSE products (openSUSE_{{ opensuse_repo_suffix }})' pkgrepo: 'https://download.opensuse.org/repositories/systemsmanagement:/saltstack/openSUSE_{{ opensuse_repo_suffix }}/' key_url: 'https://download.opensuse.org/repositories/systemsmanagement:/saltstack/openSUSE_{{ opensuse_repo_suffix }}/repodata/repomd.xml.key' - pygit2: python-pygit2 + pygit2: python3-pygit2 pyinotify: python-pyinotify gitfs: pygit2: diff --git a/test/integration/default/files/_mapdata/opensuse-15.yaml b/test/integration/default/files/_mapdata/opensuse-15.yaml index e9a2af7ba..6f70f074e 100644 --- a/test/integration/default/files/_mapdata/opensuse-15.yaml +++ b/test/integration/default/files/_mapdata/opensuse-15.yaml @@ -90,7 +90,7 @@ values: pkgrepo: https://download.opensuse.org/repositories/systemsmanagement:/saltstack/openSUSE_Leap_15.3/ pkgrepo_humanname: Salt releases for SLE-based SUSE products (openSUSE_Leap_15.3) py_ver: py3 - pygit2: python-pygit2 + pygit2: python3-pygit2 pyinotify: python-pyinotify python_dulwich: python-dulwich python_git: python-git diff --git a/test/integration/default/files/_mapdata/opensuse-tumbleweed.yaml b/test/integration/default/files/_mapdata/opensuse-tumbleweed.yaml index e24893591..3137c5030 100644 --- a/test/integration/default/files/_mapdata/opensuse-tumbleweed.yaml +++ b/test/integration/default/files/_mapdata/opensuse-tumbleweed.yaml @@ -90,7 +90,7 @@ values: pkgrepo: https://download.opensuse.org/repositories/systemsmanagement:/saltstack/openSUSE_Tumbleweed/ pkgrepo_humanname: Salt releases for SLE-based SUSE products (openSUSE_Tumbleweed) py_ver: py3 - pygit2: python-pygit2 + pygit2: python3-pygit2 pyinotify: python-pyinotify python_dulwich: python-dulwich python_git: python-git