summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2020-04-20 18:37:13 +1000
committerMichael Palimaka <kensington@gentoo.org>2020-04-20 18:52:38 +1000
commitb2846008d35ce6d8531c8cdd529d15db3520cacd (patch)
treeb1ea3cd069302ecef3555fb606b24d03872e647d /dev-python/cachelib/cachelib-0.1.ebuild
parentdev-java/tomcat-servlet-api: removed obsolete 9.0.31 (diff)
downloadgentoo-b2846008d35ce6d8531c8cdd529d15db3520cacd.tar.gz
gentoo-b2846008d35ce6d8531c8cdd529d15db3520cacd.tar.bz2
gentoo-b2846008d35ce6d8531c8cdd529d15db3520cacd.zip
dev-python/cachelib: add python 3.7
Package-Manager: Portage-2.3.89, Repoman-2.3.22 Signed-off-by: Michael Palimaka <kensington@gentoo.org>
Diffstat (limited to 'dev-python/cachelib/cachelib-0.1.ebuild')
-rw-r--r--dev-python/cachelib/cachelib-0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cachelib/cachelib-0.1.ebuild b/dev-python/cachelib/cachelib-0.1.ebuild
index 833b15b9c927..582e8a51439f 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"