py-pyarrow: aarch64 patch no longer applies/required (#31609)
This commit is contained in:
parent
37134aa331
commit
ad4f551c22
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class PyPyarrow(PythonPackage, CudaPackage):
|
|||
depends_on('arrow+cuda' + v, when='+cuda' + v)
|
||||
depends_on('arrow+orc' + v, when='+orc' + v)
|
||||
|
||||
patch('for_aarch64.patch', when='target=aarch64:')
|
||||
patch('for_aarch64.patch', when='@0 target=aarch64:')
|
||||
|
||||
def install_options(self, spec, prefix):
|
||||
args = []
|
||||
|
|
Loading…
Reference in a new issue