Closed mikaelarguedas closed 3 years ago
oh yeah totally missed updating the package format of that one. updated in https://github.com/ipa320/cob_driver/pull/423/commits/f25a9d75cddd3649cce5145008c53b72cbcd957d
@mikaelarguedas
as a side question:
do you need me to trigger a new releases soon? i.e. is the python-*
(python2) dependency causing any issues on the build farm?
or where did you observe issues that made you propose these changes?
do you need me to trigger a new releases soon? i.e. is the python-* (python2) dependency causing any issues on the build farm?
it's independant from the buildfarm so no rush. I was just wondering why python 2 kept getting installed on my machines, after fixing a couple packages I was using I decided to report or fix all the noetic packages that were installing python2 to avoid having surprises in the future. But I am not currently using any of the cob packages.
Introspecting Python 2 dependencies in ROS Noetic, found that this package depends on
python-tk
andpython-numpy
instead of its python3 counterpart.This PR makes the dependency conditional on the ROS_PYTHON_VERSION. SImilar to https://github.com/ipa320/cob_command_tools/pull/302
This is a semi-automated PR that has not been tested