Skip to content

Commit

Permalink
Remove RHEL 8 rules for several Python 2 keys (ros#24690)
Browse files Browse the repository at this point in the history
Though RHEL 8 contains a select few Python 2 packages right now, it
probably won't pick up any new ones, so these rules are never expected
to be correct looking forward from RHEL 7.
  • Loading branch information
cottsay committed May 5, 2020
1 parent d8e3730 commit 1510603
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions rosdep/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ paramiko:
osx:
pip:
packages: [paramiko]
rhel: [python-paramiko]
rhel:
'7': [python-paramiko]
ubuntu: [python-paramiko]
pi-ina219-pip:
debian:
Expand Down Expand Up @@ -2072,7 +2073,8 @@ python-imaging:
osx:
pip:
packages: [Pillow]
rhel: [python-imaging]
rhel:
'7': [python-imaging]
slackware:
slackpkg:
packages: [python-pillow]
Expand Down Expand Up @@ -2384,7 +2386,8 @@ python-matplotlib:
pip:
depends: [pkg-config, freetype, libpng12-dev]
packages: [matplotlib]
rhel: [python-matplotlib]
rhel:
'7': [python-matplotlib]
slackware: [matplotlib]
ubuntu:
artful: [python-matplotlib]
Expand Down Expand Up @@ -2886,7 +2889,8 @@ python-paramiko:
osx:
pip:
packages: [paramiko]
rhel: [python-paramiko]
rhel:
'7': [python-paramiko]
slackware: [paramiko]
ubuntu: [python-paramiko]
python-parse:
Expand Down Expand Up @@ -3853,7 +3857,8 @@ python-rosdep-modules:
osx:
pip:
packages: [rosdep]
rhel: ['python-rosdep']
rhel:
'7': [python-rosdep]
slackware:
pip:
packages: [rosdep]
Expand Down

0 comments on commit 1510603

Please sign in to comment.