Skip to content

Commit ff9a284

Browse files
authored
fix: add patchelf requirement for android (#2552)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent cade386 commit ff9a284

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ dependencies = [
4545
"filelock",
4646
"humanize",
4747
"packaging>=20.9",
48+
# patchelf is used for Android
49+
"patchelf; (sys_platform == 'linux' or sys_platform == 'darwin') and (platform_machine == 'x86_64' or platform_machine == 'arm64' or platform_machine == 'aarch64')",
4850
"platformdirs",
4951
"pyelftools>=0.29",
5052
"wheel>=0.33.6",

0 commit comments

Comments
 (0)