Install patchelf for aarch64 linux (#15865)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
setuptools>=53.0.0
|
||||
wheel>=0.38.1
|
||||
patchelf; sys_platform == 'linux' and platform_machine == 'x86_64'
|
||||
patchelf; sys_platform == 'linux' and platform_machine == 'x86_64' or sys_platform == 'linux' and platform_machine == 'aarch64'
|
||||
|
||||
Reference in New Issue
Block a user