diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 06:40:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 06:59:19 +0100 |
commit | 31f26312d5f62674e13bcbd8cc064b2f2c3ea7f9 (patch) | |
tree | da65fd123a98707e457ec3d4551eb7b25df3027d /dev-util/rosdep/rosdep-0.15.0.ebuild | |
parent | dev-python/rope: Remove py2 (diff) | |
download | gentoo-31f26312d5f62674e13bcbd8cc064b2f2c3ea7f9.tar.gz gentoo-31f26312d5f62674e13bcbd8cc064b2f2c3ea7f9.tar.bz2 gentoo-31f26312d5f62674e13bcbd8cc064b2f2c3ea7f9.zip |
dev-util/rosdep: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/rosdep/rosdep-0.15.0.ebuild')
-rw-r--r-- | dev-util/rosdep/rosdep-0.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/rosdep/rosdep-0.15.0.ebuild b/dev-util/rosdep/rosdep-0.15.0.ebuild index 2e5c95c40b2a..ae19fe69509a 100644 --- a/dev-util/rosdep/rosdep-0.15.0.ebuild +++ b/dev-util/rosdep/rosdep-0.15.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then |