diff options
Diffstat (limited to 'dev-python/grpcio-tools/grpcio-tools-1.28.1.ebuild')
-rw-r--r-- | dev-python/grpcio-tools/grpcio-tools-1.28.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/grpcio-tools/grpcio-tools-1.28.1.ebuild b/dev-python/grpcio-tools/grpcio-tools-1.28.1.ebuild index 5f5084a83cac..059e4b9e3b56 100644 --- a/dev-python/grpcio-tools/grpcio-tools-1.28.1.ebuild +++ b/dev-python/grpcio-tools/grpcio-tools-1.28.1.ebuild @@ -22,6 +22,8 @@ DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] " +PATCHES=( "${FILESDIR}/setup.py-respect-cc.patch" ) + python_configure_all() { export GRPC_PYTHON_BUILD_WITH_CYTHON=1 export GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS="$(makeopts_jobs)" |