Skip to content

Commit

Permalink
fix(debian,pip): set pip-2.x only for Debian-9
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbertoli committed Oct 26, 2021
1 parent c448af7 commit 233e225
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/osfingermap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ CentOS Linux-8:
collides: ['snap']
symlink: true

Debian-9:
pips:
required:
pkgs:
# 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

Oracle Linux Server-8:
pkgs:
required:
Expand Down

0 comments on commit 233e225

Please sign in to comment.