intel-xed does not support python>3.7 (#15308)
This commit is contained in:
parent
cec341594d
commit
370e7c211d
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ class IntelXed(Package):
|
|||
|
||||
variant('debug', default=False, description='Enable debug symbols')
|
||||
|
||||
depends_on('python@2.7:', type='build')
|
||||
# python module 'platform.linux_distribution' was removed in python 3.8
|
||||
depends_on('python@2.7:3.7', type='build')
|
||||
|
||||
conflicts('target=ppc64:', msg='intel-xed only runs on x86')
|
||||
conflicts('target=ppc64le:', msg='intel-xed only runs on x86')
|
||||
|
|
Loading…
Reference in a new issue