From 3202ac4becf69100723afe06308d57aaae5cde2b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 6 Feb 2020 07:50:59 +0100 Subject: [PATCH] dev-python/urdf_parser_py: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/urdf_parser_py/urdf_parser_py-0.4.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.26.2