From: David Seifert Date: Sat, 28 Dec 2019 16:13:41 +0000 (+0100) Subject: dev-python/ntplib: Remove Py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1a5497470a7ad0753f5301a9279e8c1ca1a805bb;p=gentoo.git dev-python/ntplib: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/ntplib/ntplib-0.3.3.ebuild b/dev-python/ntplib/ntplib-0.3.3.ebuild index 7894200d03cb..b0ecfac5a13a 100644 --- a/dev-python/ntplib/ntplib-0.3.3.ebuild +++ b/dev-python/ntplib/ntplib-0.3.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{5,6}} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1