mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-10 14:51:42 +00:00
test(debian): use python3-pip
This commit is contained in:
parent
021a0b6f86
commit
79d3f7b7ed
4 changed files with 4 additions and 8 deletions
|
@ -88,8 +88,7 @@ values:
|
|||
timeout: 120
|
||||
required:
|
||||
pkgs:
|
||||
- libpython2.7-dev
|
||||
- python-pip
|
||||
- python3-pip
|
||||
states: []
|
||||
unwanted:
|
||||
- campbel
|
||||
|
|
|
@ -88,8 +88,7 @@ values:
|
|||
timeout: 120
|
||||
required:
|
||||
pkgs:
|
||||
- libpython2.7-dev
|
||||
- python-pip
|
||||
- python3-pip
|
||||
states: []
|
||||
unwanted:
|
||||
- campbel
|
||||
|
|
|
@ -88,8 +88,7 @@ values:
|
|||
timeout: 120
|
||||
required:
|
||||
pkgs:
|
||||
- libpython2.7-dev
|
||||
- python-pip
|
||||
- python3-pip
|
||||
states: []
|
||||
unwanted:
|
||||
- campbel
|
||||
|
|
|
@ -38,8 +38,7 @@ packages:
|
|||
# Pillar parameters have precedence so, if you add a package here, you
|
||||
# should also add the python pip package you want. Otherwise, the formula
|
||||
# will take care of getting it if needed.
|
||||
- libpython2.7-dev
|
||||
- python-pip
|
||||
- python3-pip
|
||||
wanted:
|
||||
# TODO: Investigate why this is longer working
|
||||
# - dxpy
|
||||
|
|
Loading…
Add table
Reference in a new issue