diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 10:23:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 10:25:59 +0200 |
commit | 3c2bc58f16fe0eef2a36d9bfac293a003367fe3c (patch) | |
tree | 6bb57efd914658de39eb34a19d366b9cdbbdc6f1 /dev-python/monotonic | |
parent | dev-python/lockfile: Remove py2.7 (diff) | |
download | gentoo-3c2bc58f16fe0eef2a36d9bfac293a003367fe3c.tar.gz gentoo-3c2bc58f16fe0eef2a36d9bfac293a003367fe3c.tar.bz2 gentoo-3c2bc58f16fe0eef2a36d9bfac293a003367fe3c.zip |
dev-python/monotonic: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/monotonic')
-rw-r--r-- | dev-python/monotonic/monotonic-1.5-r1.ebuild | 2 |
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 |