summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 17:45:34 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 17:53:10 +0100
commit96d673f54bc753d2e1663d57b2cf9c28bd92ffa3 (patch)
treec019be2f75e9b86925c9b7191edd2b811baae25e
parentdev-python/ntlm-auth: Remove py2 (diff)
downloadgentoo-96d673f54bc753d2e1663d57b2cf9c28bd92ffa3.tar.gz
gentoo-96d673f54bc753d2e1663d57b2cf9c28bd92ffa3.tar.bz2
gentoo-96d673f54bc753d2e1663d57b2cf9c28bd92ffa3.zip
dev-python/oauth2: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild b/dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild
index b2f0f827eb1c..402c3098a7fe 100644
--- a/dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild
+++ b/dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1