py-flye: fix conflict directive (missing '%') (#19751)

This commit is contained in:
Andrew W Elble 2020-11-05 10:53:24 -05:00 committed by GitHub
parent 9908e7a590
commit 9bca9611c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ class PyFlye(PythonPackage):
msg = 'C++ compiler with C++11 support required'
conflicts('%gcc@:4.7', msg=msg)
conflicts('%clang@:3.2', msg=msg)
conflicts('apple-clang@:4.9', msg=msg)
conflicts('%apple-clang@:4.9', msg=msg)
def setup_build_environment(self, env):
if self.spec.target.family == 'aarch64':