mesa18: depends on python@3.8.99 max (#28345)
This commit is contained in:
parent
a5d0687115
commit
d6d29f7c09
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Mesa18(AutotoolsPackage):
|
||||||
depends_on('flex', type='build')
|
depends_on('flex', type='build')
|
||||||
depends_on('gettext', type='build')
|
depends_on('gettext', type='build')
|
||||||
depends_on('pkgconfig', type='build')
|
depends_on('pkgconfig', type='build')
|
||||||
depends_on('python', type='build')
|
depends_on('python@:3.8', type='build') # https://github.com/spack/spack/issues/28219
|
||||||
depends_on('py-mako@0.8.0:', type='build')
|
depends_on('py-mako@0.8.0:', type='build')
|
||||||
depends_on('libxml2')
|
depends_on('libxml2')
|
||||||
depends_on('zlib')
|
depends_on('zlib')
|
||||||
|
|
Loading…
Reference in a new issue