mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Additional package name for OS X 13.
This commit is contained in:
parent
6640b05216
commit
ad05dce33a
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