py-pillow-simd: mark conflicts with aarch64 (#30828)

This commit is contained in:
Adam J. Stewart
2022-05-25 01:11:58 -07:00
committed by GitHub
parent 93649f6b68
commit d5c68fdc0d

View File

@@ -21,3 +21,5 @@ class PyPillowSimd(PyPillowBase):
for ver in ['6.2.2.post1', '7.0.0.post3', '9.0.0.post1']:
provides('pil@' + ver, when='@' + ver)
conflicts('target=aarch64:')