mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-16 17:50:24 +00:00
feat(centos): epel only needed for py-pip
This commit is contained in:
parent
3f8b3b9181
commit
a0dd96d663
2 changed files with 5 additions and 2 deletions
|
@ -27,8 +27,6 @@ RedHat:
|
|||
- yum-plugin-versionlock
|
||||
pips:
|
||||
required:
|
||||
states:
|
||||
- epel
|
||||
pkgs:
|
||||
- gcc
|
||||
- python-devel
|
||||
|
|
|
@ -35,6 +35,11 @@ packages:
|
|||
# will take care of getting it if needed.
|
||||
- libpython2.7-dev
|
||||
- python-pip
|
||||
states:
|
||||
# if grains.os_family == 'RedHat'
|
||||
# not required if installing python-pip
|
||||
- epel
|
||||
|
||||
wanted:
|
||||
- dxpy
|
||||
- attrs
|
||||
|
|
Loading…
Add table
Reference in a new issue