dev-python/josepy: add py37 to 1.1.0

Bug: https://bugs.gentoo.org/685330
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
Matthew Thode
2019-05-16 10:30:44 -05:00
parent 708243864c
commit 9c0f48a8b7

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_5 python3_6 )
PYTHON_COMPAT=( python2_7 python3_5 python3_6 python3_7 )
inherit distutils-r1
DESCRIPTION="JOSE protocol implementation in Python"