mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 02:15:20 +00:00
Merge pull request #198 from rbkmoney/fix_update-python-states
Update python states and fix pkg:python39 dep issue
This commit is contained in:
commit
0526b6c4e1
@ -1,5 +1,20 @@
|
|||||||
include:
|
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_python-config:
|
||||||
pkg.latest:
|
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.makeconf
|
||||||
- gentoo.portage.packages
|
- gentoo.portage.packages
|
||||||
|
|
||||||
python38:
|
python39:
|
||||||
pkg.latest:
|
pkg.latest:
|
||||||
- name: dev-lang/python
|
- name: dev-lang/python
|
||||||
- slot: '3.9'
|
- slot: '3.9'
|
||||||
|
Loading…
Reference in New Issue
Block a user