diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-05-16 10:30:44 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-05-16 11:00:12 -0500 |
commit | 9c0f48a8b7ee6c1f7458a45aa093477014d42d1e (patch) | |
tree | 763ac3c83d118efb1bf668bf3f4dfd98c060a496 /dev-python/josepy | |
parent | net-wireless/kismet: missing dep (diff) | |
download | gentoo-9c0f48a8b7ee6c1f7458a45aa093477014d42d1e.tar.gz gentoo-9c0f48a8b7ee6c1f7458a45aa093477014d42d1e.tar.bz2 gentoo-9c0f48a8b7ee6c1f7458a45aa093477014d42d1e.zip |
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>
Diffstat (limited to 'dev-python/josepy')
-rw-r--r-- | dev-python/josepy/josepy-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/josepy/josepy-1.1.0.ebuild b/dev-python/josepy/josepy-1.1.0.ebuild index 3afdb81c8e98..a345fc6f3611 100644 --- a/dev-python/josepy/josepy-1.1.0.ebuild +++ b/dev-python/josepy/josepy-1.1.0.ebuild @@ -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" |