mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Additional package name for OS X 13.
(cherry picked from commit ad05dce33a
)
This commit is contained in:
parent
1c869daf6d
commit
f9e3a59882
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ def macports_package_url(macports_package_filename):
|
|||
|
||||
@pytest.fixture(scope="module")
|
||||
def pkg_name(grains):
|
||||
if grains["osrelease_info"][0] >= 13:
|
||||
return "com.apple.pkg.CLTools_SDK_macOS13"
|
||||
if grains["osrelease_info"][0] >= 12:
|
||||
return "com.apple.pkg.XcodeSystemResources"
|
||||
if grains["osrelease_info"][0] >= 11:
|
||||
|
|
Loading…
Add table
Reference in a new issue