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

python-six dependency blocking Humble release #12

Closed
dcconner opened this issue Jul 31, 2023 · 1 comment
Closed

python-six dependency blocking Humble release #12

dcconner opened this issue Jul 31, 2023 · 1 comment

Comments

@dcconner
Copy link
Member

python-six dependency introduced in team-vigir/flexbe_behavior_engine#102
Is causing issues for Humble release on RHEL.

Repeating question posted there for @pschillinger @fmessmer

What does six.moves.queue have over standard queue module?

I'd like to go back to queue to avoid issue on ROS 2 release as RHEL does not have python-six.
Or is there some reason for python-six and I should:

  • just drop RHEL?
  • try to convert dependency to python3-six?
@fmessmer
Copy link
Contributor

fmessmer commented Aug 1, 2023

back then (Jan 2020), these changes were made with python2/python3 compatibility in mind, IIRC

the changes were produced by running 2to3 -wn .

pylint reported issues and 2to3 suggested these changes...

I guess python2 is no longer relevant anymore...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants