summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 14:49:37 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 15:05:09 +0100
commit6d72eec41f897a139d1c3f0e122cb9ce46041e8c (patch)
tree77bc27cbfe7b38edf8aa41d469a0f6b88b48ea0f /dev-python/github3
parentdev-vcs/git-spindle: Remove py2 (diff)
downloadgentoo-6d72eec41f897a139d1c3f0e122cb9ce46041e8c.tar.gz
gentoo-6d72eec41f897a139d1c3f0e122cb9ce46041e8c.tar.bz2
gentoo-6d72eec41f897a139d1c3f0e122cb9ce46041e8c.zip
dev-python/github3: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/github3')
-rw-r--r--dev-python/github3/github3-0.9.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/github3/github3-0.9.3.ebuild b/dev-python/github3/github3-0.9.3.ebuild
index 1e75dd056df9..e907f707416b 100644
--- a/dev-python/github3/github3-0.9.3.ebuild
+++ b/dev-python/github3/github3-0.9.3.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1