mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-16 17:50:24 +00:00
fix(python): os default to python3
This commit is contained in:
parent
40f05416d8
commit
662a8d092d
1 changed files with 3 additions and 4 deletions
|
@ -14,7 +14,7 @@ Debian:
|
|||
pips:
|
||||
required:
|
||||
pkgs:
|
||||
- python-pip
|
||||
- python3-pip
|
||||
gems:
|
||||
required:
|
||||
pkgs:
|
||||
|
@ -30,8 +30,7 @@ RedHat:
|
|||
- epel
|
||||
pkgs:
|
||||
- gcc
|
||||
- python-devel
|
||||
- python2-pip
|
||||
- python3-pip
|
||||
gems:
|
||||
required:
|
||||
pkgs:
|
||||
|
@ -41,7 +40,7 @@ FreeBSD:
|
|||
pips:
|
||||
required:
|
||||
pkgs:
|
||||
- devel/py-pip
|
||||
- devel/py36-pip
|
||||
gems:
|
||||
required:
|
||||
pkgs:
|
||||
|
|
Loading…
Add table
Reference in a new issue