diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-21 12:46:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-21 13:18:01 +0200 |
commit | 36fa2145e3e6d57dc3416c2aef69e78cbf500487 (patch) | |
tree | ee2974c5a709ebcbb6a328218cb224b5a8280694 /dev-python/repoze-lru | |
parent | dev-python/namespace-repoze: Port to py3.9 (diff) | |
download | gentoo-36fa2145e3e6d57dc3416c2aef69e78cbf500487.tar.gz gentoo-36fa2145e3e6d57dc3416c2aef69e78cbf500487.tar.bz2 gentoo-36fa2145e3e6d57dc3416c2aef69e78cbf500487.zip |
dev-python/repoze-lru: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/repoze-lru')
-rw-r--r-- | dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild b/dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild index 1f6d58936640..084a3b600770 100644 --- a/dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild +++ b/dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |