Skip to content

Commit 0c31ee2

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 36886c6 commit 0c31ee2

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
@@ -42,6 +42,9 @@ class TargetPython(Enum):
4242
'omemo',
4343
# requires `libpq-dev` system dependency e.g. for `pg_config` binary
4444
'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',
4548
# most likely some setup in the Docker container, because it works in host
4649
'pyjnius', 'pyopenal',
4750
'pyproj',
@@ -70,6 +73,9 @@ class TargetPython(Enum):
7073
# requires `libpq-dev` system dependency e.g. for `pg_config` binary
7174
'psycopg2',
7275
'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',
7379
# most likely some setup in the Docker container, because it works in host
7480
'pyjnius', 'pyopenal',
7581
# SyntaxError: invalid syntax (Python2)

0 commit comments

Comments
 (0)