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

Kirkstone fixes #1009

Closed
wants to merge 4 commits into from
Closed

Kirkstone fixes #1009

wants to merge 4 commits into from

Commits on Mar 22, 2022

  1. ros-distro.conf: ROS_OE_RELEASE_SERIES -> kirkstone

    Signed-off-by: Tim Orling <[email protected]>
    moto-timo committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    f2d275d View commit details
    Browse the repository at this point in the history
  2. python3-empy: patch to use setuptools3

    Upstream is inactive, but it is a simple enough patch to switch from
    distutils.core to setuptools so we can inherit setuptools3 and silence
    the distutils3 deprecation warning.
    
    Signed-off-by: Tim Orling <[email protected]>
    moto-timo committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    d0a89e1 View commit details
    Browse the repository at this point in the history
  3. python3-pydot: inherit setuptools3

    setup.py actually tests for setuptools first and falls back on
    distutils. Silence the distutils3 deprecation warning by inheriting
    setuptools3 instead.
    
    Signed-off-by: Tim Orling <[email protected]>
    moto-timo committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    876a5e2 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. ros_catkin.bbclass: inherit setuptools3-base

    Replace deprecated distutils3-base with setuptools3-base
    
    Signed-off-by: Tim Orling <[email protected]>
    moto-timo committed May 3, 2022
    Configuration menu
    Copy the full SHA
    a0e7adc View commit details
    Browse the repository at this point in the history