-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from baby-gnu/feature/support-opensuse-tumbleweed
feat(python): define python3 package for OpenSuse Tumbleweed
- Loading branch information
Showing
3 changed files
with
40 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: ft=yaml | ||
# | ||
# Setup variables specific to | ||
# salt['config.get']('oscodename') == openSUSE Tumbleweed. | ||
# You just need to add the key:values for this `oscodename` that differ | ||
# from `defaults.yaml` + `<osarch>.yaml` + `<os_family>.yaml` + `<os>.yaml`. | ||
# | ||
# If you do not need to provide defaults via the `oscodename` config, | ||
# you can remove this file or provide at least an empty dict, e.g. | ||
# values: {} | ||
--- | ||
values: | ||
python2_pkg: ~ | ||
python3_pkg: python38-libvirt-python | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters