diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:33:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:42:22 +0100 |
commit | 34d5e6c2e3bc21bbb50005cc5fe25ade7f1159b1 (patch) | |
tree | fa8e95d64cfcae4330b815d269db25464ecf9340 /dev-python/cachelib | |
parent | dev-util/howdoi: Remove py2 (diff) | |
download | gentoo-34d5e6c2e3bc21bbb50005cc5fe25ade7f1159b1.tar.gz gentoo-34d5e6c2e3bc21bbb50005cc5fe25ade7f1159b1.tar.bz2 gentoo-34d5e6c2e3bc21bbb50005cc5fe25ade7f1159b1.zip |
dev-python/cachelib: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cachelib')
-rw-r--r-- | dev-python/cachelib/cachelib-0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cachelib/cachelib-0.1.ebuild b/dev-python/cachelib/cachelib-0.1.ebuild index 937ba108d67b..884023189b6e 100644 --- a/dev-python/cachelib/cachelib-0.1.ebuild +++ b/dev-python/cachelib/cachelib-0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="Collection of cache libraries in the same API interface. Extracted from werkzeug" |