Skip to content

Commit 804a963

Browse files
committed
Add pycypto to ci/constants
Because, with ndk r19, the build is not working anymore for pycrypto, we will fix this later and review the added lines in ci/constants
1 parent 22b1f7d commit 804a963

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ci/constants.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)