diff options
author | 2020-02-06 06:41:31 +0100 | |
---|---|---|
committer | 2020-02-06 06:59:24 +0100 | |
commit | 834ef6ab713a8605a566596f9c935ea0c1714aa9 (patch) | |
tree | cdc283243613b3851ae69ce38e85a89a6c1c3608 /dev-python/rospkg/rospkg-9999.ebuild | |
parent | dev-python/rosdistro: Remove py2 (diff) | |
download | gentoo-834ef6ab713a8605a566596f9c935ea0c1714aa9.tar.gz gentoo-834ef6ab713a8605a566596f9c935ea0c1714aa9.tar.bz2 gentoo-834ef6ab713a8605a566596f9c935ea0c1714aa9.zip |
dev-python/rospkg: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rospkg/rospkg-9999.ebuild')
-rw-r--r-- | dev-python/rospkg/rospkg-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rospkg/rospkg-9999.ebuild b/dev-python/rospkg/rospkg-9999.ebuild index d47115913724..d3245f8cb2a1 100644 --- a/dev-python/rospkg/rospkg-9999.ebuild +++ b/dev-python/rospkg/rospkg-9999.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,3_7} pypy3 ) +PYTHON_COMPAT=( python{3_6,3_7} pypy3 ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then |