File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ class TargetPython(Enum):
42
42
'omemo' ,
43
43
# requires `libpq-dev` system dependency e.g. for `pg_config` binary
44
44
'psycopg2' ,
45
+ # with ndk r19, fails on `checking for arm-eabi-gcc...` gcc is no longer
46
+ # used in ndk r19, so we should review this when pycrypto get fixed
47
+ 'pycrypto' ,
45
48
# most likely some setup in the Docker container, because it works in host
46
49
'pyjnius' , 'pyopenal' ,
47
50
'pyproj' ,
@@ -70,6 +73,9 @@ class TargetPython(Enum):
70
73
# requires `libpq-dev` system dependency e.g. for `pg_config` binary
71
74
'psycopg2' ,
72
75
'protobuf_cpp' ,
76
+ # with ndk r19, fails on `checking for arm-eabi-gcc...` gcc is no longer
77
+ # used in ndk r19, so we should review this when pycrypto get fixed
78
+ 'pycrypto' ,
73
79
# most likely some setup in the Docker container, because it works in host
74
80
'pyjnius' , 'pyopenal' ,
75
81
# SyntaxError: invalid syntax (Python2)
You can’t perform that action at this time.
0 commit comments