diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-10-10 10:41:27 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-10-10 10:48:52 -0500 |
commit | 28a2455ce620ba2a31b2ff951070405789bffde6 (patch) | |
tree | 49e81c76b931eed503725dc2bf67aaad21efe146 /dev-python/dnspython | |
parent | dev-python/ecdsa: adding py37 (diff) | |
download | gentoo-28a2455ce620ba2a31b2ff951070405789bffde6.tar.gz gentoo-28a2455ce620ba2a31b2ff951070405789bffde6.tar.bz2 gentoo-28a2455ce620ba2a31b2ff951070405789bffde6.zip |
dev-python/dnspython: adding py37 support
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-python/dnspython')
-rw-r--r-- | dev-python/dnspython/dnspython-1.16.0_pre20180731.ebuild | 4 |
1 files 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 1d9163245a63..c488c69b30dd 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 |