components/openstack/heat/heat.p5m
branchs11-update
changeset 3828 450ae9167756
parent 3704 69ab8eca01c5
child 4072 db0cec748ec0
--- a/components/openstack/heat/heat.p5m	Tue Feb 17 14:06:40 2015 -0800
+++ b/components/openstack/heat/heat.p5m	Tue Feb 17 14:00:01 2015 -0800
@@ -330,9 +330,6 @@
 # to flush this out.
 depend type=group fmri=library/python/swiftclient-$(PYV)
 
-# force a dependency on pyyaml; pkgdepend work is needed to flush this out.
-depend type=require fmri=library/python-2/pyyaml-$(PYV)
-
 # force a dependency on babel; pkgdepend work is needed to flush this out.
 depend type=require fmri=library/python/babel-$(PYV)
 
@@ -365,6 +362,9 @@
 # force a dependency on pbr; pkgdepend work is needed to flush this out.
 depend type=require fmri=library/python/pbr-$(PYV)
 
+# force a dependency on pyyaml; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python/pyyaml-$(PYV)
+
 # force a dependency on requests; pkgdepend work is needed to flush this out.
 depend type=require fmri=library/python/requests-$(PYV)