Skip to content

Commit

Permalink
fix(build): m1 build fails to install hdb-cli (datahub-project#5040)
Browse files Browse the repository at this point in the history
  • Loading branch information
shirshanka authored and maggiehays committed Aug 1, 2022
1 parent 1577f07 commit 7f94970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ def get_long_description():
# hdbcli is supported officially by SAP, sqlalchemy-hana is built on top but not officially supported
"hana": sql_common
| {
"sqlalchemy-hana>=0.5.0; platform_machine != 'aarch64'",
"hdbcli>=2.11.20; platform_machine != 'aarch64'",
"sqlalchemy-hana>=0.5.0; platform_machine != 'aarch64' and platform_machine != 'arm64'",
"hdbcli>=2.11.20; platform_machine != 'aarch64' and platform_machine != 'arm64'",
},
"hive": sql_common
| {
Expand Down

0 comments on commit 7f94970

Please sign in to comment.