We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9341ef commit 4b7500fCopy full SHA for 4b7500f
pythonforandroid/recipes/grpcio/__init__.py
@@ -5,7 +5,7 @@ class GrpcioRecipe(PyProjectRecipe):
5
version = '1.64.0'
6
url = 'https://files.pythonhosted.org/packages/source/g/grpcio/grpcio-{version}.tar.gz'
7
depends = ["setuptools", "librt", "libpthread"]
8
- patches = ["comment-getserverbyport-r-args.patch", "remove-android-log-write.patch"]
+ patches = ["comment-getserverbyport-r-args.patch", "remove-android-log-write.patch", "use-ndk-zlib-and-openssl-recipe-include.patch"]
9
10
def get_recipe_env(self, arch, **kwargs):
11
env = super().get_recipe_env(arch, **kwargs)
0 commit comments