summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-20 12:13:16 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-20 12:24:03 +0200
commit6ece2fc0f7e6da9ce18482f1309de38ffa8953fd (patch)
treea6da7b22aa90012425a6d5df4b7fd776f8b41a1d /dev-python/decorator
parentdev-python/httpbin: Remove python2 (diff)
downloadgentoo-6ece2fc0f7e6da9ce18482f1309de38ffa8953fd.tar.gz
gentoo-6ece2fc0f7e6da9ce18482f1309de38ffa8953fd.tar.bz2
gentoo-6ece2fc0f7e6da9ce18482f1309de38ffa8953fd.zip
dev-python/decorator: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/decorator')
-rw-r--r--dev-python/decorator/decorator-4.4.2-r1.ebuild (renamed from dev-python/decorator/decorator-4.4.2.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/decorator/decorator-4.4.2.ebuild b/dev-python/decorator/decorator-4.4.2-r1.ebuild
index 56f688a3937f..61b631bc1fe0 100644
--- a/dev-python/decorator/decorator-4.4.2.ebuild
+++ b/dev-python/decorator/decorator-4.4.2-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
inherit distutils-r1