diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-12 11:35:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-13 10:41:27 +0100 |
commit | 34f8e59053e9fa9c18ac0dc874a17b62b0434a85 (patch) | |
tree | 937860949faa798a5196cc202a47cac8845e3355 /dev-python/dogpile-cache/dogpile-cache-0.6.4.ebuild | |
parent | dev-python/cursive: Remove Python 2 support (diff) | |
download | gentoo-34f8e59053e9fa9c18ac0dc874a17b62b0434a85.tar.gz gentoo-34f8e59053e9fa9c18ac0dc874a17b62b0434a85.tar.bz2 gentoo-34f8e59053e9fa9c18ac0dc874a17b62b0434a85.zip |
dev-python/dogpile-cache: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dogpile-cache/dogpile-cache-0.6.4.ebuild')
-rw-r--r-- | dev-python/dogpile-cache/dogpile-cache-0.6.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dogpile-cache/dogpile-cache-0.6.4.ebuild b/dev-python/dogpile-cache/dogpile-cache-0.6.4.ebuild index 30e7f24b67bd..1dab8134c6e1 100644 --- a/dev-python/dogpile-cache/dogpile-cache-0.6.4.ebuild +++ b/dev-python/dogpile-cache/dogpile-cache-0.6.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |