mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-17 10:10:27 +00:00
Merge pull request #56 from noelmcloughlin/python3
fix(python): os default to python3
This commit is contained in:
commit
eaafaabe23
1 changed files with 3 additions and 4 deletions
|
@ -15,7 +15,7 @@ Debian:
|
|||
pips:
|
||||
required:
|
||||
pkgs:
|
||||
- python-pip
|
||||
- python3-pip
|
||||
gems:
|
||||
required:
|
||||
pkgs:
|
||||
|
@ -29,8 +29,7 @@ RedHat:
|
|||
required:
|
||||
pkgs:
|
||||
- gcc
|
||||
- python-devel
|
||||
- python2-pip
|
||||
- python3-pip
|
||||
gems:
|
||||
required:
|
||||
pkgs:
|
||||
|
@ -40,7 +39,7 @@ FreeBSD:
|
|||
pips:
|
||||
required:
|
||||
pkgs:
|
||||
- devel/py-pip
|
||||
- devel/py36-pip
|
||||
gems:
|
||||
required:
|
||||
pkgs:
|
||||
|
|
Loading…
Add table
Reference in a new issue