mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2025-02-17 15:44:25 +01:00
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 <georg.pfuetzenreuter@suse.com>
This commit is contained in:
parent
2a7a9decee
commit
21fa319f6a
@ -62,7 +62,7 @@ Suse:
|
|||||||
pkgrepo_humanname: 'Salt releases for SLE-based SUSE products (openSUSE_{{ opensuse_repo_suffix }})'
|
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 }}/'
|
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'
|
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
|
pyinotify: python-pyinotify
|
||||||
gitfs:
|
gitfs:
|
||||||
pygit2:
|
pygit2:
|
||||||
|
@ -90,7 +90,7 @@ values:
|
|||||||
pkgrepo: https://download.opensuse.org/repositories/systemsmanagement:/saltstack/openSUSE_Leap_15.3/
|
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)
|
pkgrepo_humanname: Salt releases for SLE-based SUSE products (openSUSE_Leap_15.3)
|
||||||
py_ver: py3
|
py_ver: py3
|
||||||
pygit2: python-pygit2
|
pygit2: python3-pygit2
|
||||||
pyinotify: python-pyinotify
|
pyinotify: python-pyinotify
|
||||||
python_dulwich: python-dulwich
|
python_dulwich: python-dulwich
|
||||||
python_git: python-git
|
python_git: python-git
|
||||||
|
@ -90,7 +90,7 @@ values:
|
|||||||
pkgrepo: https://download.opensuse.org/repositories/systemsmanagement:/saltstack/openSUSE_Tumbleweed/
|
pkgrepo: https://download.opensuse.org/repositories/systemsmanagement:/saltstack/openSUSE_Tumbleweed/
|
||||||
pkgrepo_humanname: Salt releases for SLE-based SUSE products (openSUSE_Tumbleweed)
|
pkgrepo_humanname: Salt releases for SLE-based SUSE products (openSUSE_Tumbleweed)
|
||||||
py_ver: py3
|
py_ver: py3
|
||||||
pygit2: python-pygit2
|
pygit2: python3-pygit2
|
||||||
pyinotify: python-pyinotify
|
pyinotify: python-pyinotify
|
||||||
python_dulwich: python-dulwich
|
python_dulwich: python-dulwich
|
||||||
python_git: python-git
|
python_git: python-git
|
||||||
|
Loading…
Reference in New Issue
Block a user