ros-visualization / rqt_image_view

http://wiki.ros.org/rqt_image_view
25 stars 59 forks source link

Import setup from setuptools instead of distutils.core #75

Closed arne48 closed 1 year ago

arne48 commented 1 year ago

Recently users of newer distributions who build Noetic from source noticed issues when importing setup from distutils.core. This problem was discussed on Discourse, and we hope that we can make the needed updates to Noetic to allow for future builds from source of Noetic. As a first step, this PR introduces changes from the Noetic Migration Guide that addresses the change to the setuptools module instead of distutils.core and the corresponding buildtool_depend tags for python 2&3.

wjwwood commented 1 year ago

https://github.com/ros/rosdistro/pull/36454 https://github.com/ros/rosdistro/pull/36455