fix: add patchelf requirement for android (#2552)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
@@ -45,6 +45,8 @@ dependencies = [
|
||||
"filelock",
|
||||
"humanize",
|
||||
"packaging>=20.9",
|
||||
# patchelf is used for Android
|
||||
"patchelf; (sys_platform == 'linux' or sys_platform == 'darwin') and (platform_machine == 'x86_64' or platform_machine == 'arm64' or platform_machine == 'aarch64')",
|
||||
"platformdirs",
|
||||
"pyelftools>=0.29",
|
||||
"wheel>=0.33.6",
|
||||
|
||||
Reference in New Issue
Block a user