diff options
author | 2020-02-05 19:58:04 +0100 | |
---|---|---|
committer | 2020-02-05 20:12:30 +0100 | |
commit | ba5c0a71a613a682d895aef5a3f61698f859658e (patch) | |
tree | ccc30402ebb3300b5f23221ee970b0f77146994b /dev-python/positional | |
parent | dev-python/portend: Remove py2 (diff) | |
download | gentoo-ba5c0a71a613a682d895aef5a3f61698f859658e.tar.gz gentoo-ba5c0a71a613a682d895aef5a3f61698f859658e.tar.bz2 gentoo-ba5c0a71a613a682d895aef5a3f61698f859658e.zip |
dev-python/positional: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/positional')
-rw-r--r-- | dev-python/positional/positional-1.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/positional/positional-1.1.2.ebuild b/dev-python/positional/positional-1.1.2.ebuild index 4a97388ea26f..d8e538d5d00a 100644 --- a/dev-python/positional/positional-1.1.2.ebuild +++ b/dev-python/positional/positional-1.1.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |