summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-18 23:47:34 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-18 23:48:02 +0200
commitafe5bf5575d25c82704b8ee8ca6eddbd96526c2f (patch)
tree299a981acaa9d8c63050262156fe109c49fb4325 /dev-python/pyblake2
parentsys-process/glances: add myself as a maintainer (diff)
downloadgentoo-afe5bf5575d25c82704b8ee8ca6eddbd96526c2f.tar.gz
gentoo-afe5bf5575d25c82704b8ee8ca6eddbd96526c2f.tar.bz2
gentoo-afe5bf5575d25c82704b8ee8ca6eddbd96526c2f.zip
dev-python/pyblake2: Enable py3.7
Diffstat (limited to 'dev-python/pyblake2')
-rw-r--r--dev-python/pyblake2/pyblake2-1.1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyblake2/pyblake2-1.1.2.ebuild b/dev-python/pyblake2/pyblake2-1.1.2.ebuild
index 2b2d75afadf5..490edf11796a 100644
--- a/dev-python/pyblake2/pyblake2-1.1.2.ebuild
+++ b/dev-python/pyblake2/pyblake2-1.1.2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy{,3} )
inherit distutils-r1
DESCRIPTION="BLAKE2 hash function extension module"