Skip to content

Commit

Permalink
feat(centos): epel only needed for py-pip
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin authored and myii committed Mar 27, 2020
1 parent 3f8b3b9 commit a0dd96d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/osfamilymap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ RedHat:
- yum-plugin-versionlock
pips:
required:
states:
- epel
pkgs:
- gcc
- python-devel
Expand Down
5 changes: 5 additions & 0 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0dd96d

Please sign in to comment.