diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-10-20 19:08:52 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-10-20 19:08:59 +0200 |
commit | 12e9f015f88420baf5bdbedc99e2a41b2485bad8 (patch) | |
tree | 9f00f0aab6e618d4e3f969b0e2ab2a0812dc7c46 /dev-util/rosdep | |
parent | dev-util/rosdep: fix tests (diff) | |
download | gentoo-12e9f015f88420baf5bdbedc99e2a41b2485bad8.tar.gz gentoo-12e9f015f88420baf5bdbedc99e2a41b2485bad8.tar.bz2 gentoo-12e9f015f88420baf5bdbedc99e2a41b2485bad8.zip |
dev-util/rosdep: add py39
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-util/rosdep')
-rw-r--r-- | dev-util/rosdep/rosdep-0.19.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-util/rosdep/rosdep-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/rosdep/rosdep-0.19.0-r1.ebuild b/dev-util/rosdep/rosdep-0.19.0-r1.ebuild index 85998e98ada2..23c874805e5c 100644 --- a/dev-util/rosdep/rosdep-0.19.0-r1.ebuild +++ b/dev-util/rosdep/rosdep-0.19.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend SCM="" diff --git a/dev-util/rosdep/rosdep-9999.ebuild b/dev-util/rosdep/rosdep-9999.ebuild index 85998e98ada2..23c874805e5c 100644 --- a/dev-util/rosdep/rosdep-9999.ebuild +++ b/dev-util/rosdep/rosdep-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend SCM="" |