diff options
Diffstat (limited to 'dev-util/rosdep')
-rw-r--r-- | dev-util/rosdep/rosdep-0.20.0.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.20.0.ebuild b/dev-util/rosdep/rosdep-0.20.0.ebuild index 6e254e1702e6..3ee0c0796991 100644 --- a/dev-util/rosdep/rosdep-0.20.0.ebuild +++ b/dev-util/rosdep/rosdep-0.20.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{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 861de0006ff1..a97be8570020 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,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend SCM="" |