summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-02 10:23:34 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-02 10:25:59 +0200
commit3c2bc58f16fe0eef2a36d9bfac293a003367fe3c (patch)
tree6bb57efd914658de39eb34a19d366b9cdbbdc6f1
parentdev-python/lockfile: Remove py2.7 (diff)
downloadgentoo-3c2bc58f.tar.gz
gentoo-3c2bc58f.tar.bz2
gentoo-3c2bc58f.zip
dev-python/monotonic: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/monotonic/monotonic-1.5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/monotonic/monotonic-1.5-r1.ebuild b/dev-python/monotonic/monotonic-1.5-r1.ebuild
index f0fb2bda547e..e85560961fcc 100644
--- a/dev-python/monotonic/monotonic-1.5-r1.ebuild
+++ b/dev-python/monotonic/monotonic-1.5-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit distutils-r1