intel-xed does not support python>3.7 (#15308)

This commit is contained in:
sknigh 2020-03-03 11:38:55 -08:00 committed by GitHub
parent cec341594d
commit 370e7c211d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')