diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-04 19:55:51 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-04 19:55:51 +0200 |
commit | 11e43b204fe858caead20627b78a91375a34db17 (patch) | |
tree | bc23209f62f037ffd351354cb16677510225e1f0 /dev-python/pyjwt | |
parent | dev-python/vobject: Add python3_6 (diff) | |
download | gentoo-11e43b204fe858caead20627b78a91375a34db17.tar.gz gentoo-11e43b204fe858caead20627b78a91375a34db17.tar.bz2 gentoo-11e43b204fe858caead20627b78a91375a34db17.zip |
dev-python/pyjwt: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/pyjwt')
-rw-r--r-- | dev-python/pyjwt/pyjwt-1.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyjwt/pyjwt-1.5.0.ebuild b/dev-python/pyjwt/pyjwt-1.5.0.ebuild index 9eecc894b594..b10a65d7c1fb 100644 --- a/dev-python/pyjwt/pyjwt-1.5.0.ebuild +++ b/dev-python/pyjwt/pyjwt-1.5.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}} pypy ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy ) inherit distutils-r1 eutils |