From 92f17eeba79428b4468d4f7fd092fbfa34a9ef05 Mon Sep 17 00:00:00 2001
From: Jim Galarowicz <jeg@krellinst.org>
Date: Wed, 26 Oct 2016 08:37:02 -0700
Subject: [PATCH] Develop:  Resolve issue 2070 with new depends_on clause in
 the openspeedshop package file. (#2136)

* Update the krell institute products to use the latest features of spack for building on cluster platforms.

* Address travis error messages and resubmit the pull request.

* Update the contents of openspeedshop package.py so it passes the flake8 tests.

* Fix flake8 error-whitespack issue in mrnet package.py file.

* Add updates based on spack reviewer feedback.

* More fixes based on comments from reviewers.  Switch using extend to using append, remove additional setting of PATH and LD_LIBRARY_PATH that should not be required due to RPATH.

* More review related changes.  Update MPIOption.append lines and take out xercesc references.

* Create a base options function for common openspeedshop base cmake options to reduce redundencies.

* Add libxml2+python depends on to get around issues with the libxml2 package file.
---
 var/spack/repos/builtin/packages/openspeedshop/package.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/var/spack/repos/builtin/packages/openspeedshop/package.py b/var/spack/repos/builtin/packages/openspeedshop/package.py
index 3c725f957e..c9707f760c 100644
--- a/var/spack/repos/builtin/packages/openspeedshop/package.py
+++ b/var/spack/repos/builtin/packages/openspeedshop/package.py
@@ -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.
-- 
GitLab