Skip to content

Commit

Permalink
Add pycypto to ci/constants
Browse files Browse the repository at this point in the history
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
  • Loading branch information
opacam committed Feb 21, 2019
1 parent 22b1f7d commit 804a963
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ class TargetPython(Enum):
# requires `libpq-dev` system dependency e.g. for `pg_config` binary
'psycopg2',
'pygame',
# with ndk r19, fails on `checking for arm-eabi-gcc...` gcc is no longer
# used in ndk r19, so we should review this when pycrypto get fixed
'pycrypto',
# most likely some setup in the Docker container, because it works in host
'pyjnius', 'pyopenal',
'pyproj',
Expand Down Expand Up @@ -84,6 +87,9 @@ class TargetPython(Enum):
# requires `libpq-dev` system dependency e.g. for `pg_config` binary
'psycopg2',
'protobuf_cpp',
# with ndk r19, fails on `checking for arm-eabi-gcc...` gcc is no longer
# used in ndk r19, so we should review this when pycrypto get fixed
'pycrypto',
# most likely some setup in the Docker container, because it works in host
'pyjnius', 'pyopenal',
# SyntaxError: invalid syntax (Python2)
Expand Down

0 comments on commit 804a963

Please sign in to comment.