From 28a2455ce620ba2a31b2ff951070405789bffde6 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Wed, 10 Oct 2018 10:41:27 -0500 Subject: [PATCH] dev-python/dnspython: adding py37 support Signed-off-by: Matthew Thode Package-Manager: Portage-2.3.49, Repoman-2.3.11 --- dev-python/dnspython/dnspython-1.16.0_pre20180731.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/dnspython/dnspython-1.16.0_pre20180731.ebuild b/dev-python/dnspython/dnspython-1.16.0_pre20180731.ebuild index 1d9163245a633..c488c69b30dd3 100644 --- a/dev-python/dnspython/dnspython-1.16.0_pre20180731.ebuild +++ b/dev-python/dnspython/dnspython-1.16.0_pre20180731.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit distutils-r1 vcs-snapshot