diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-24 11:02:15 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-24 13:29:33 +0300 |
commit | f8151dfe0f5abf8e26fc75349bee0e52453819bb (patch) | |
tree | d706891f20b45e8bfadf29c756ce938b5466b994 /dev-ros | |
parent | dev-ros/ament_cmake_test: enable py3.9, enable py3.10 (diff) | |
download | gentoo-f8151dfe0f5abf8e26fc75349bee0e52453819bb.tar.gz gentoo-f8151dfe0f5abf8e26fc75349bee0e52453819bb.tar.bz2 gentoo-f8151dfe0f5abf8e26fc75349bee0e52453819bb.zip |
dev-ros/ament_cmake_libraries: enable py3.9, enable py3.10
tested by bumping python target for all dev-ros/ament_cmake*
packages, and checking exact same output for all reverse
deps of dev-ros/ament_cmake
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.1.4.ebuild | 2 | ||||
-rw-r--r-- | dev-ros/ament_cmake_libraries/ament_cmake_libraries-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.1.4.ebuild b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.1.4.ebuild index f4eece8f0db0..d307d099dbb9 100644 --- a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.1.4.ebuild +++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-1.1.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake python-any-r1 diff --git a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-9999.ebuild b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-9999.ebuild index f4eece8f0db0..d307d099dbb9 100644 --- a/dev-ros/ament_cmake_libraries/ament_cmake_libraries-9999.ebuild +++ b/dev-ros/ament_cmake_libraries/ament_cmake_libraries-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake python-any-r1 |