mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 02:15:20 +00:00
Update python states and fix pkg:python39 dep issue
This commit is contained in:
parent
3ef896832e
commit
83eae49833
@ -1,5 +1,20 @@
|
||||
include:
|
||||
- python.python3
|
||||
- python.python39
|
||||
|
||||
eselect-python:
|
||||
eselect.set:
|
||||
- name: python
|
||||
- target: 'python3.9'
|
||||
- require:
|
||||
- pkg: python39
|
||||
|
||||
eselect-python3:
|
||||
eselect.set:
|
||||
- name: python
|
||||
- action_parameter: '--python3'
|
||||
- target: 'python3.9'
|
||||
- require:
|
||||
- pkg: python39
|
||||
|
||||
pkg_python-config:
|
||||
pkg.latest:
|
||||
|
@ -1,10 +0,0 @@
|
||||
include:
|
||||
- python.python39
|
||||
|
||||
eselect-python3:
|
||||
eselect.set:
|
||||
- name: python
|
||||
- action_parameter: '--python3'
|
||||
- target: 'python3.9'
|
||||
- require:
|
||||
- pkg: python39
|
@ -1,9 +0,0 @@
|
||||
include:
|
||||
- gentoo.makeconf
|
||||
|
||||
python35:
|
||||
pkg.latest:
|
||||
- name: dev-lang/python
|
||||
- slot: '3.5'
|
||||
- watch:
|
||||
- augeas: manage-make-conf
|
@ -1,12 +0,0 @@
|
||||
{% import 'pkg/common' as pkg %}
|
||||
include:
|
||||
- gentoo.makeconf
|
||||
- gentoo.portage.packages
|
||||
|
||||
python36:
|
||||
pkg.latest:
|
||||
- name: dev-lang/python
|
||||
- slot: '3.6'
|
||||
- require:
|
||||
- augeas: manage-make-conf
|
||||
- file: gentoo.portage.packages
|
@ -3,7 +3,7 @@ include:
|
||||
- gentoo.makeconf
|
||||
- gentoo.portage.packages
|
||||
|
||||
python38:
|
||||
python39:
|
||||
pkg.latest:
|
||||
- name: dev-lang/python
|
||||
- slot: '3.9'
|
||||
|
Loading…
Reference in New Issue
Block a user