Python: add Apple Clang version conflicts (#36511)
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
This commit is contained in:
parent
dba57ff113
commit
701e46464d
@ -228,6 +228,9 @@ class Python(Package):
|
|||||||
)
|
)
|
||||||
conflicts("%nvhpc")
|
conflicts("%nvhpc")
|
||||||
|
|
||||||
|
# https://bugs.python.org/issue45405
|
||||||
|
conflicts("@:3.7.2,3.8.0:3.8.12,3.9.0:3.9.10,3.10.0:3.10.2", when="%apple-clang@13:")
|
||||||
|
|
||||||
# Used to cache various attributes that are expensive to compute
|
# Used to cache various attributes that are expensive to compute
|
||||||
_config_vars: Dict[str, Dict[str, str]] = {}
|
_config_vars: Dict[str, Dict[str, str]] = {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user