From b2846008d35ce6d8531c8cdd529d15db3520cacd Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Mon, 20 Apr 2020 18:37:13 +1000 Subject: [PATCH] dev-python/cachelib: add python 3.7 Package-Manager: Portage-2.3.89, Repoman-2.3.22 Signed-off-by: Michael Palimaka --- 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 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" -- 2.26.2