summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 14:55:33 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 15:05:18 +0100
commitc69c92f8eb90622f9bd852e4bfe714d85f5eee64 (patch)
treeb5b4100209d74aa84b450baca5905dedb5cd632a /dev-python/grpcio/grpcio-1.23.0.ebuild
parentdev-python/grpcio-tools: Remove py2 (diff)
downloadgentoo-c69c92f8eb90622f9bd852e4bfe714d85f5eee64.tar.gz
gentoo-c69c92f8eb90622f9bd852e4bfe714d85f5eee64.tar.bz2
gentoo-c69c92f8eb90622f9bd852e4bfe714d85f5eee64.zip
dev-python/grpcio: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/grpcio/grpcio-1.23.0.ebuild')
-rw-r--r--dev-python/grpcio/grpcio-1.23.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/grpcio/grpcio-1.23.0.ebuild b/dev-python/grpcio/grpcio-1.23.0.ebuild
index ca59b7bff1fd..98cf06542c02 100644
--- a/dev-python/grpcio/grpcio-1.23.0.ebuild
+++ b/dev-python/grpcio/grpcio-1.23.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1 multiprocessing
DESCRIPTION="High-performance RPC framework (python libraries)"