py-matplotlib: depend on pkg-config
On OS X, freetype isn't found by default, but pkg-config can.
This commit is contained in:
parent
7d19154e18
commit
6c409d6b92
@ -26,6 +26,7 @@ class PyMatplotlib(Package):
|
||||
depends_on('py-pbr')
|
||||
depends_on('py-funcsigs')
|
||||
|
||||
depends_on('pkg-config')
|
||||
depends_on('freetype')
|
||||
depends_on('qt', when='+gui')
|
||||
depends_on('bzip2')
|
||||
|
Loading…
Reference in New Issue
Block a user