diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 10:21:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 10:25:58 +0200 |
commit | 00bae920b79520c1b09db95d9575e1e725883a8a (patch) | |
tree | b10969ccb56a5d42c1d48bef76c92a9d59b145e7 /dev-python/lockfile | |
parent | dev-python/lit: Remove py2.7 (diff) | |
download | gentoo-00bae920b79520c1b09db95d9575e1e725883a8a.tar.gz gentoo-00bae920b79520c1b09db95d9575e1e725883a8a.tar.bz2 gentoo-00bae920b79520c1b09db95d9575e1e725883a8a.zip |
dev-python/lockfile: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/lockfile')
-rw-r--r-- | dev-python/lockfile/lockfile-0.12.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild index 61c5589f1a8e..715cb4795405 100644 --- a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild +++ b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 |