diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 06:49:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 06:59:46 +0100 |
commit | 2384a3d92d97b6cdcb510c85c2eb62149bdd543f (patch) | |
tree | 52be064c16c4fa83ba2f1ed9e8ae1624753613d3 /dev-python/sh/sh-1.12.14.ebuild | |
parent | dev-python/sexpdata: Remove py2 (diff) | |
download | gentoo-2384a3d92d97b6cdcb510c85c2eb62149bdd543f.tar.gz gentoo-2384a3d92d97b6cdcb510c85c2eb62149bdd543f.tar.bz2 gentoo-2384a3d92d97b6cdcb510c85c2eb62149bdd543f.zip |
dev-python/sh: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sh/sh-1.12.14.ebuild')
-rw-r--r-- | dev-python/sh/sh-1.12.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sh/sh-1.12.14.ebuild b/dev-python/sh/sh-1.12.14.ebuild index 3e665fc94200..6278d6e98ad6 100644 --- a/dev-python/sh/sh-1.12.14.ebuild +++ b/dev-python/sh/sh-1.12.14.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 |