root: conflict is with a dependency (#19654)
This commit is contained in:
parent
e4a5a06e87
commit
3630a8a87a
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ class Root(CMakePackage):
|
|||
conflicts('%gcc@9.0.0:', when='@:6.11.99')
|
||||
|
||||
# ROOT <6.14 was incompatible with Python 3.7+
|
||||
conflicts('python@3.7:', when='@:6.13.99 +python')
|
||||
conflicts('^python@3.7:', when='@:6.13.99 +python')
|
||||
|
||||
# See README.md
|
||||
conflicts('+http',
|
||||
|
|
Loading…
Reference in a new issue