Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rosdep keys for pyparsing and pytest. #16549

Merged
merged 7 commits into from
Jan 10, 2018
Merged
9 changes: 9 additions & 0 deletions rosdep/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4047,6 +4047,15 @@ python3-pep8:
python3-pkg-resources:
debian: [python3-pkg-resources]
ubuntu: [python3-pkg-resources]
python3-pyparsing:
arch: [python-pyparsing]
debian: [python3-pyparsing]
fedora: [python3-pyparsing]
gentoo: [dev-python/pyparsing]
ubuntu: [python3-pyparsing]
python3-pytest:
arch: [python-pytest]
ubuntu: [python3-pytest]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We encourage to add rules for debian and not only ubuntu.
arch fedora and gentoo are optional but apreciated

python3-ruamel.yaml:
debian:
buster: [python3-ruamel.yaml]
Expand Down