diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 22:53:30 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 22:53:30 +0200 |
commit | 97c6c839ea210c1ba1d9b3253668f98e498c5988 (patch) | |
tree | 0f2b1744596c7a3c62b3e9778ad9981dbc92b7b7 /dev-python/dnslib | |
parent | dev-python/django-sortedm2m: Support python3.6 (diff) | |
download | gentoo-97c6c839ea210c1ba1d9b3253668f98e498c5988.tar.gz gentoo-97c6c839ea210c1ba1d9b3253668f98e498c5988.tar.bz2 gentoo-97c6c839ea210c1ba1d9b3253668f98e498c5988.zip |
dev-python/dnslib: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'dev-python/dnslib')
-rw-r--r-- | dev-python/dnslib/dnslib-0.9.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/dnslib/dnslib-0.9.6.ebuild b/dev-python/dnslib/dnslib-0.9.6.ebuild index 6fba07abeec6..0849b244f975 100644 --- a/dev-python/dnslib/dnslib-0.9.6.ebuild +++ b/dev-python/dnslib/dnslib-0.9.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 |