diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 14:49:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 15:05:08 +0100 |
commit | ccea734ff66110e4d02f2196d6facba5a10abb1e (patch) | |
tree | 33212ab96d35dea35eb4f9b94975e13822fceb31 /dev-vcs | |
parent | dev-python/ghp-import: Remove old (drop to ~arch) (diff) | |
download | gentoo-ccea734ff66110e4d02f2196d6facba5a10abb1e.tar.gz gentoo-ccea734ff66110e4d02f2196d6facba5a10abb1e.tar.bz2 gentoo-ccea734ff66110e4d02f2196d6facba5a10abb1e.zip |
dev-vcs/git-spindle: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild b/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild index 3e47f7f45c32..ec1ea0e27378 100644 --- a/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild +++ b/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |