Add libxml2+python depends on to get around issues with the libxml2 package file.

This commit is contained in:
Jim Galarowicz 2016-10-26 09:43:58 -07:00
parent a6d364661d
commit 4d75975037

View File

@ -120,7 +120,7 @@ class Openspeedshop(Package):
depends_on("sqlite")
depends_on("boost@1.50.0:")
depends_on("dyninst@9.1.0:")
depends_on("python")
depends_on("libxml2+python")
depends_on("qt@3.3.8b+krellpatch")
# Dependencies only for the openspeedshop offline package.