diff options
author | 2017-05-11 15:09:22 +0200 | |
---|---|---|
committer | 2017-05-11 15:09:22 +0200 | |
commit | 65da048ef01a8e1c121d1d03386064117540f5f9 (patch) | |
tree | 05828ae42380cdc4f1067a1e3d6a9bd4e7c9ebb3 /dev-python/ddt | |
parent | dev-python/python-sqlparse: Add python3_6 (diff) | |
download | gentoo-65da048ef01a8e1c121d1d03386064117540f5f9.tar.gz gentoo-65da048ef01a8e1c121d1d03386064117540f5f9.tar.bz2 gentoo-65da048ef01a8e1c121d1d03386064117540f5f9.zip |
dev-python/ddt: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/ddt')
-rw-r--r-- | dev-python/ddt/ddt-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ddt/ddt-1.1.0.ebuild b/dev-python/ddt/ddt-1.1.0.ebuild index ca9e9217efa6..8195ce682ad4 100644 --- a/dev-python/ddt/ddt-1.1.0.ebuild +++ b/dev-python/ddt/ddt-1.1.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit distutils-r1 |