diff options
author | 2017-02-11 00:53:15 -0800 | |
---|---|---|
committer | 2017-02-12 14:17:40 -0800 | |
commit | 99092768e604bed89c69d0bc7d803207cf845ab4 (patch) | |
tree | a5306e78966b1c1dad4a6067e778ffaaac6db10b /dev-python/hypothesis/hypothesis-3.6.0-r1.ebuild | |
parent | virtual/python-cffi: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-99092768e604bed89c69d0bc7d803207cf845ab4.tar.gz gentoo-99092768e604bed89c69d0bc7d803207cf845ab4.tar.bz2 gentoo-99092768e604bed89c69d0bc7d803207cf845ab4.zip |
dev-python/hypothesis: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/hypothesis/hypothesis-3.6.0-r1.ebuild')
-rw-r--r-- | dev-python/hypothesis/hypothesis-3.6.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hypothesis/hypothesis-3.6.0-r1.ebuild b/dev-python/hypothesis/hypothesis-3.6.0-r1.ebuild index 3e90d1d002c3..9db8104f0538 100644 --- a/dev-python/hypothesis/hypothesis-3.6.0-r1.ebuild +++ b/dev-python/hypothesis/hypothesis-3.6.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) PYTHON_REQ_USE="threads(+),sqlite" inherit distutils-r1 eutils |