salt-common/sls/python/python2.sls
niku64 4f0ea4d9f6 More fixes for salt-2019 wetkitty box (#93)
Fix exception on fnmatch with use flags;
Fix portage state for read-only-repos;
Update python and salt.pkg states;
2020-04-15 17:20:21 +03:00

13 lines
250 B
Plaintext

{% import 'pkg/common' as pkg %}
include:
- gentoo.makeconf
- gentoo.portage.packages
python2:
pkg.latest:
- name: dev-lang/python:2.7
- slot: '2.7'
- require:
- augeas: manage-make-conf
- file: gentoo.portage.packages