Skip to content

Commit c638a92

Browse files
authored
Merge pull request #555 from tacerus/suse-pygit2
fix(suse): update pygit2 package name
2 parents dcd6ec4 + 21c1492 commit c638a92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

salt/osfamilymap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Suse:
6262
/saltstack/openSUSE_{{ opensuse_repo_suffix }}/"
6363
key_url: "https://download.opensuse.org/repositories/systemsmanagement:\
6464
/saltstack/openSUSE_{{ opensuse_repo_suffix }}/repodata/repomd.xml.key"
65-
pygit2: python-pygit2
65+
pygit2: python3-pygit2
6666
pyinotify: python-pyinotify
6767
gitfs:
6868
pygit2:

test/integration/default/files/_mapdata/opensuse-15.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ values:
9090
pkgrepo: https://download.opensuse.org/repositories/systemsmanagement:/saltstack/openSUSE_Leap_15.6/
9191
pkgrepo_humanname: Salt releases for SLE-based SUSE products (openSUSE_Leap_15.6)
9292
py_ver: py3
93-
pygit2: python-pygit2
93+
pygit2: python3-pygit2
9494
pyinotify: python-pyinotify
9595
python_dulwich: python-dulwich
9696
python_git: python-git

test/integration/default/files/_mapdata/opensuse-tumbleweed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ values:
9090
pkgrepo: https://download.opensuse.org/repositories/systemsmanagement:/saltstack/openSUSE_Tumbleweed/
9191
pkgrepo_humanname: Salt releases for SLE-based SUSE products (openSUSE_Tumbleweed)
9292
py_ver: py3
93-
pygit2: python-pygit2
93+
pygit2: python3-pygit2
9494
pyinotify: python-pyinotify
9595
python_dulwich: python-dulwich
9696
python_git: python-git

0 commit comments

Comments
 (0)