py-matplotlib: fix 3.4.3 (#26586)
* py-matplotlib: fix 3.4.3 * Update var/spack/repos/builtin/packages/py-matplotlib/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
parent
de86726483
commit
88c33686fd
1 changed files with 2 additions and 2 deletions
|
@ -93,9 +93,9 @@ class PyMatplotlib(PythonPackage):
|
|||
depends_on('python@3.7:', when='@3.4:', type=('build', 'link', 'run'))
|
||||
depends_on('freetype@2.3:') # freetype 2.6.1 needed for tests to pass
|
||||
depends_on('qhull@2020.2:', when='@3.4:')
|
||||
# starting from qhull 2020 libqhull.so on which py-matplotlib@3.3 versions
|
||||
# starting from qhull 2020.2 libqhull.so on which py-matplotlib@3.3 versions
|
||||
# rely on does not exist anymore, only libqhull_r.so
|
||||
depends_on('qhull@2015.2:2020.1', when='@3.3.0:3')
|
||||
depends_on('qhull@2015.2:2020.1', when='@3.3.0:3.3')
|
||||
depends_on('libpng@1.2:')
|
||||
depends_on('py-setuptools', type=('build', 'run')) # See #3813
|
||||
depends_on('py-certifi@2020.6.20:', when='@3.3.1:', type='build')
|
||||
|
|
Loading…
Reference in a new issue