From: Michał Górny Date: Thu, 6 Feb 2020 06:50:59 +0000 (+0100) Subject: dev-python/urdf_parser_py: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3202ac4becf69100723afe06308d57aaae5cde2b;p=gentoo.git dev-python/urdf_parser_py: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/urdf_parser_py/urdf_parser_py-0.4.1.ebuild b/dev-python/urdf_parser_py/urdf_parser_py-0.4.1.ebuild index c3b90c01fcd5..10abe3e4e18f 100644 --- a/dev-python/urdf_parser_py/urdf_parser_py-0.4.1.ebuild +++ b/dev-python/urdf_parser_py/urdf_parser_py-0.4.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 DESCRIPTION="URDF parser for Python"