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 4b7500f commit 3a14735Copy full SHA for 3a14735
pythonforandroid/recipes/grpcio/__init__.py
@@ -5,7 +5,11 @@ 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", "use-ndk-zlib-and-openssl-recipe-include.patch"]
+ patches = [
9
+ "comment-getserverbyport-r-args.patch",
10
+ "remove-android-log-write.patch",
11
+ "use-ndk-zlib-and-openssl-recipe-include.patch"
12
+ ]
13
14
def get_recipe_env(self, arch, **kwargs):
15
env = super().get_recipe_env(arch, **kwargs)
0 commit comments