diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:26:44 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:42:46 +0200 |
commit | c8e30a1ba94f5fa11977e4aa41929f6551e9fe91 (patch) | |
tree | 92cc2ad019daebf7b08fadf60ce4803e5350f458 /dev-util/molecule-plugins | |
parent | dev-util/molecule-core: Support newer python (diff) | |
download | gentoo-c8e30a1ba94f5fa11977e4aa41929f6551e9fe91.tar.gz gentoo-c8e30a1ba94f5fa11977e4aa41929f6551e9fe91.tar.bz2 gentoo-c8e30a1ba94f5fa11977e4aa41929f6551e9fe91.zip |
dev-util/molecule-plugins: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-util/molecule-plugins')
-rw-r--r-- | dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild b/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild index 0a0ae5adae1e..746d3b7fc28e 100644 --- a/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild +++ b/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit python-r1 |