diff --git a/recipes-devtools/python/python-catkin-pkg.inc b/recipes-devtools/python/python-catkin-pkg.inc index 206185d..00a8c1f 100644 --- a/recipes-devtools/python/python-catkin-pkg.inc +++ b/recipes-devtools/python/python-catkin-pkg.inc @@ -4,8 +4,8 @@ LICENSE = "BSD" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709" PYPI_PACKAGE = "catkin_pkg" -SRC_URI[md5sum] = "da93566c65dddfa9f821e18944c5ee5e" -SRC_URI[sha256sum] = "d4d069eaeb29d6a9ee71773b20c41515b6e0feb9ea2765ebaf3e599d0ceef050" +SRC_URI[md5sum] = "e5103b99a66a74ca7e5104542a897de2" +SRC_URI[sha256sum] = "77fdfdcf79b1b92498c83eede9ef727e9c6eeec5b0a5e49c0ce83b8caa0afb36" inherit pypi diff --git a/recipes-devtools/python/python-catkin-pkg_0.2.10.bb b/recipes-devtools/python/python-catkin-pkg_0.4.12.bb similarity index 62% rename from recipes-devtools/python/python-catkin-pkg_0.2.10.bb rename to recipes-devtools/python/python-catkin-pkg_0.4.12.bb index b734a57..ef29599 100644 --- a/recipes-devtools/python/python-catkin-pkg_0.2.10.bb +++ b/recipes-devtools/python/python-catkin-pkg_0.4.12.bb @@ -1,3 +1,3 @@ require python-catkin-pkg.inc -inherit distutils +inherit setuptools diff --git a/recipes-devtools/python/python3-catkin-pkg_0.2.10.bb b/recipes-devtools/python/python3-catkin-pkg_0.4.12.bb similarity index 60% rename from recipes-devtools/python/python3-catkin-pkg_0.2.10.bb rename to recipes-devtools/python/python3-catkin-pkg_0.4.12.bb index c863663..8353379 100644 --- a/recipes-devtools/python/python3-catkin-pkg_0.2.10.bb +++ b/recipes-devtools/python/python3-catkin-pkg_0.4.12.bb @@ -1,3 +1,3 @@ require python-catkin-pkg.inc -inherit distutils3 +inherit setuptools3