commit: b2846008d35ce6d8531c8cdd529d15db3520cacd
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 20 08:37:13 2020 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Apr 20 08:52:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2846008
dev-python/cachelib: add python 3.7
Package-Manager: Portage-2.3.89, Repoman-2.3.22
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
dev-python/cachelib/cachelib-0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cachelib/cachelib-0.1.ebuild
b/dev-python/cachelib/cachelib-0.1.ebuild
index 833b15b9c92..582e8a51439 100644
--- a/dev-python/cachelib/cachelib-0.1.ebuild
+++ b/dev-python/cachelib/cachelib-0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Collection of cache libraries in the same API interface.
Extracted from werkzeug"