mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-17 10:10:27 +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
|
- yum-plugin-versionlock
|
||||||
pips:
|
pips:
|
||||||
required:
|
required:
|
||||||
states:
|
|
||||||
- epel
|
|
||||||
pkgs:
|
pkgs:
|
||||||
- gcc
|
- gcc
|
||||||
- python-devel
|
- python-devel
|
||||||
|
|
|
@ -35,6 +35,11 @@ packages:
|
||||||
# will take care of getting it if needed.
|
# will take care of getting it if needed.
|
||||||
- libpython2.7-dev
|
- libpython2.7-dev
|
||||||
- python-pip
|
- python-pip
|
||||||
|
states:
|
||||||
|
# if grains.os_family == 'RedHat'
|
||||||
|
# not required if installing python-pip
|
||||||
|
- epel
|
||||||
|
|
||||||
wanted:
|
wanted:
|
||||||
- dxpy
|
- dxpy
|
||||||
- attrs
|
- attrs
|
||||||
|
|
Loading…
Add table
Reference in a new issue