Skip to content

Commit

Permalink
fix(suse): update pygit2 package name
Browse files Browse the repository at this point in the history
On modern SUSE distributions, Python module package names
will only resolve with the python3- prefix.

Signed-off-by: Georg Pfuetzenreuter <[email protected]>
  • Loading branch information
tacerus committed Sep 26, 2023
1 parent 2a7a9de commit 21fa319
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion salt/osfamilymap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion test/integration/default/files/_mapdata/opensuse-15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21fa319

Please sign in to comment.