diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:26:28 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:42:45 +0200 |
commit | da3434c67b4ad7640a910714c66238bd3e9eeaed (patch) | |
tree | 409a0cc39a8edfd4ae4aa2b7d6472d64bd84f753 | |
parent | dev-util/setconf: Support newer python (diff) | |
download | gentoo-da3434c67b4ad7640a910714c66238bd3e9eeaed.tar.gz gentoo-da3434c67b4ad7640a910714c66238bd3e9eeaed.tar.bz2 gentoo-da3434c67b4ad7640a910714c66238bd3e9eeaed.zip |
dev-util/molecule-core: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r-- | dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild b/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild index 97809c7d0273..5ce8515f2b95 100644 --- a/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild +++ b/dev-util/molecule-core/molecule-core-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_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5,3_6} ) inherit python-r1 |