diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-04-24 11:14:27 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-04-24 11:31:10 +0200 |
commit | 5f1259f3e868af05a2078c34905946fa273cf710 (patch) | |
tree | b0327d954ba2cef262b24ce26babf8fe20403e3b /dev-python/attrdict | |
parent | dev-python/astng: Support newer python (diff) | |
download | gentoo-5f1259f3e868af05a2078c34905946fa273cf710.tar.gz gentoo-5f1259f3e868af05a2078c34905946fa273cf710.tar.bz2 gentoo-5f1259f3e868af05a2078c34905946fa273cf710.zip |
dev-python/attrdict: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/attrdict')
-rw-r--r-- | dev-python/attrdict/attrdict-2.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/attrdict/attrdict-2.0.0.ebuild b/dev-python/attrdict/attrdict-2.0.0.ebuild index 1dabdf6fbf0f..8c9ab3e48326 100644 --- a/dev-python/attrdict/attrdict-2.0.0.ebuild +++ b/dev-python/attrdict/attrdict-2.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 |