mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 02:15:20 +00:00
Update default python interpreter to python:3.8 (#155)
This commit is contained in:
parent
59ad97c5be
commit
03075394c9
@ -1,10 +1,10 @@
|
||||
include:
|
||||
- python.python37
|
||||
- python.python38
|
||||
|
||||
eselect-python3:
|
||||
eselect.set:
|
||||
- name: python
|
||||
- action_parameter: '--python3'
|
||||
- target: 'python3.7'
|
||||
- target: 'python3.8'
|
||||
- require:
|
||||
- pkg: python37
|
||||
- pkg: python38
|
||||
|
12
sls/python/python38.sls
Normal file
12
sls/python/python38.sls
Normal file
@ -0,0 +1,12 @@
|
||||
{% import 'pkg/common' as pkg %}
|
||||
include:
|
||||
- gentoo.makeconf
|
||||
- gentoo.portage.packages
|
||||
|
||||
python38:
|
||||
pkg.latest:
|
||||
- name: dev-lang/python
|
||||
- slot: '3.8'
|
||||
- require:
|
||||
- augeas: manage-make-conf
|
||||
- file: gentoo.portage.packages
|
Loading…
Reference in New Issue
Block a user