diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-01 23:09:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-04 13:59:46 +0200 |
commit | bc8bf416ea8103eddbf404907eab0cea12ec04a6 (patch) | |
tree | c93c85a0e598ffcb79e50c9133d33d62981f5663 /dev-python/incremental | |
parent | dev-python/hyperlink: Remove py2.7 (diff) | |
download | gentoo-bc8bf416ea8103eddbf404907eab0cea12ec04a6.tar.gz gentoo-bc8bf416ea8103eddbf404907eab0cea12ec04a6.tar.bz2 gentoo-bc8bf416ea8103eddbf404907eab0cea12ec04a6.zip |
dev-python/incremental: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/incremental')
-rw-r--r-- | dev-python/incremental/incremental-17.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/incremental/incremental-17.5.0.ebuild b/dev-python/incremental/incremental-17.5.0.ebuild index 3ede4a78f6f1..2cd598812816 100644 --- a/dev-python/incremental/incremental-17.5.0.ebuild +++ b/dev-python/incremental/incremental-17.5.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6..9} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |