Sfoglia il codice sorgente
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>
pull/555/head
Georg Pfuetzenreuter
1 anno fa
Nessun account collegato all'indirizzo email del committer
3 ha cambiato i file con
3 aggiunte e
3 eliminazioni
-
salt/osfamilymap.yaml
-
test/integration/default/files/_mapdata/opensuse-15.yaml
-
test/integration/default/files/_mapdata/opensuse-tumbleweed.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: |
|
|
@@ -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 |
|
|
@@ -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 |