diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2017-04-06 16:19:20 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2017-05-15 19:07:08 -0700 |
commit | 6f5ee86a21c338fc19c9b644e6219991cb6616bd (patch) | |
tree | 2bed575257581619b4a7889ed57f11b96ed077dd /dev-python/moto | |
parent | dev-python/ramlfications: Version bump, to latest git commit (diff) | |
download | gentoo-6f5ee86a21c338fc19c9b644e6219991cb6616bd.tar.gz gentoo-6f5ee86a21c338fc19c9b644e6219991cb6616bd.tar.bz2 gentoo-6f5ee86a21c338fc19c9b644e6219991cb6616bd.zip |
dev-python/moto: Add python-3.5 to PYTHON_COMPAT
Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30
Diffstat (limited to 'dev-python/moto')
-rw-r--r-- | dev-python/moto/moto-0.4.30.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/moto/moto-0.4.30.ebuild b/dev-python/moto/moto-0.4.30.ebuild index da978093a7cd..69bcc06c215f 100644 --- a/dev-python/moto/moto-0.4.30.ebuild +++ b/dev-python/moto/moto-0.4.30.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=( python2_7 python3_{4,5} ) inherit distutils-r1 |