Skip to content

Commit 233e225

Browse files
committed
fix(debian,pip): set pip-2.x only for Debian-9
1 parent c448af7 commit 233e225

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/osfingermap.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ CentOS Linux-8:
2222
collides: ['snap']
2323
symlink: true
2424

25+
Debian-9:
26+
pips:
27+
required:
28+
pkgs:
29+
# Pillar parameters have precedence so, if you add a package here, you
30+
# should also add the python pip package you want. Otherwise, the formula
31+
# will take care of getting it if needed.
32+
- libpython2.7-dev
33+
- python-pip
34+
2535
Oracle Linux Server-8:
2636
pkgs:
2737
required:

0 commit comments

Comments
 (0)