mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-07 02:45:21 +00:00
sls/python/dev-python: remove docker-py mask and add states for colorama;
This commit is contained in:
parent
02a1186d9d
commit
7116339903
10
sls/python/dev-python/colorama.sls
Normal file
10
sls/python/dev-python/colorama.sls
Normal file
@ -0,0 +1,10 @@
|
||||
colorama:
|
||||
pkg.installed:
|
||||
- pkgs:
|
||||
- dev-python/colorama: "0.3.7"
|
||||
- require:
|
||||
- portage_config: colorama
|
||||
portage_config.flags:
|
||||
- name: dev-python/colorama
|
||||
- accept_keywords:
|
||||
- "~*"
|
@ -3,11 +3,10 @@ include:
|
||||
- python.dev-python.backports-ssl-match-hostname
|
||||
- python.dev-python.docker-pycreds
|
||||
|
||||
|
||||
mask-docker-py-2.x:
|
||||
portage_config.flags:
|
||||
- name: '>=dev-python/docker-py-2.0'
|
||||
- mask: True
|
||||
- mask: False
|
||||
|
||||
docker-py:
|
||||
pkg.installed:
|
||||
|
Loading…
Reference in New Issue
Block a user