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