Install patchelf for aarch64 linux (#15865)

This commit is contained in:
Ilya Lavrenov
2023-02-22 12:55:27 +04:00
committed by GitHub
parent 4fd38844a2
commit e34d4e4664

View File

@@ -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'