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):
4949 # requires `libpq-dev` system dependency e.g. for `pg_config` binary
5050 'psycopg2' ,
5151 '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' ,
5255 # most likely some setup in the Docker container, because it works in host
5356 'pyjnius' , 'pyopenal' ,
5457 'pyproj' ,
@@ -84,6 +87,9 @@ class TargetPython(Enum):
8487 # requires `libpq-dev` system dependency e.g. for `pg_config` binary
8588 'psycopg2' ,
8689 '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' ,
8793 # most likely some setup in the Docker container, because it works in host
8894 'pyjnius' , 'pyopenal' ,
8995 # SyntaxError: invalid syntax (Python2)
You can’t perform that action at this time.
0 commit comments