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 @@ -49,6 +49,9 @@ class TargetPython(Enum):
49
49
# requires `libpq-dev` system dependency e.g. for `pg_config` binary
50
50
'psycopg2' ,
51
51
'pygame' ,
52
+ # with ndk r19, fails on `checking for arm-eabi-gcc...` gcc is no longer
53
+ # used in ndk r19, so we should review this when pycrypto get fixed
54
+ 'pycrypto' ,
52
55
# most likely some setup in the Docker container, because it works in host
53
56
'pyjnius' , 'pyopenal' ,
54
57
'pyproj' ,
@@ -84,6 +87,9 @@ class TargetPython(Enum):
84
87
# requires `libpq-dev` system dependency e.g. for `pg_config` binary
85
88
'psycopg2' ,
86
89
'protobuf_cpp' ,
90
+ # with ndk r19, fails on `checking for arm-eabi-gcc...` gcc is no longer
91
+ # used in ndk r19, so we should review this when pycrypto get fixed
92
+ 'pycrypto' ,
87
93
# most likely some setup in the Docker container, because it works in host
88
94
'pyjnius' , 'pyopenal' ,
89
95
# SyntaxError: invalid syntax (Python2)
You can’t perform that action at this time.
0 commit comments