components/python/heatclient/heatclient-PYVER.p5m
changeset 6826 5b442f6fdcfd
parent 5405 66fd59fecd68
--- a/components/python/heatclient/heatclient-PYVER.p5m	Wed Sep 07 14:48:37 2016 -0700
+++ b/components/python/heatclient/heatclient-PYVER.p5m	Wed Sep 07 14:48:37 2016 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 set name=pkg.fmri \
@@ -50,6 +50,9 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/common/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/common/deployment_utils.py
 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/common/environment_format.py
+file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/common/event_utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/common/format_utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/common/hook_utils.py
 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/common/http.py
 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/common/template_format.py
 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/common/template_utils.py
@@ -66,6 +69,19 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/common/apiclient/fake_client.py
 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/common/apiclient/utils.py
 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/openstack/common/cliutils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/osc/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/osc/plugin.py
+file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/osc/v1/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/osc/v1/build_info.py
+file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/osc/v1/event.py
+file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/osc/v1/resource.py
+file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/osc/v1/resource_type.py
+file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/osc/v1/service.py
+file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/osc/v1/snapshot.py
+file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/osc/v1/software_config.py
+file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/osc/v1/software_deployment.py
+file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/osc/v1/stack.py
+file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/osc/v1/template.py
 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/shell.py
 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/v1/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/v1/actions.py
@@ -79,6 +95,7 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/v1/software_configs.py
 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/v1/software_deployments.py
 file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/v1/stacks.py
+file path=usr/lib/python$(PYVER)/vendor-packages/heatclient/v1/template_versions.py
 file path=usr/lib/python$(PYVER)/vendor-packages/python_heatclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
 file path=usr/lib/python$(PYVER)/vendor-packages/python_heatclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
 file path=usr/lib/python$(PYVER)/vendor-packages/python_heatclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
@@ -90,28 +107,31 @@
 #
 license LICENSE license="Apache v2.0"
 
+# force a group dependency on the optional oslo.i18n; pkgdepend work is needed
+# to flush this out.
+depend type=group fmri=library/python/oslo.i18n-$(PYV)
+
 # force a group dependency on the optional simplejson; pkgdepend work is needed
 # to flush this out.
 depend type=group fmri=library/python/simplejson-$(PYV)
 
-# force a dependency on argparse; pkgdepend work is needed to flush this out.
-depend type=require fmri=library/python/argparse-$(PYV)
+# force a dependency on cliff; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python/cliff-$(PYV)
 
 # force a dependency on the heatclient package
 depend type=require \
     fmri=library/python/heatclient@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 
-# force a dependency on iso8601; pkgdepend work is needed to flush this out.
-depend type=require fmri=library/python/iso8601-$(PYV)
-
 # force a dependency on keystoneclient; pkgdepend work is needed to flush this
 # out.
 depend type=require fmri=library/python/keystoneclient-$(PYV)
 
-# force a dependency on oslo.i18n; pkgdepend work is needed to flush this out.
-depend type=require fmri=library/python/oslo.i18n-$(PYV)
+# force a dependency on openstackclient; pkgdepend work is needed to flush this
+# out.
+depend type=require fmri=library/python/openstackclient-$(PYV)
 
-# force a dependency on oslo.serialization; pkgdepend work is needed to flush this out.
+# force a dependency on oslo.serialization; pkgdepend work is needed to flush
+# this out.
 depend type=require fmri=library/python/oslo.serialization-$(PYV)
 
 # force a dependency on oslo.utils; pkgdepend work is needed to flush this out.
@@ -123,6 +143,9 @@
 # force a dependency on prettytable; pkgdepend work is needed to flush this out.
 depend type=require fmri=library/python/prettytable-$(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)
 
@@ -135,4 +158,3 @@
 # force a dependency on swiftclient; pkgdepend work is needed to flush this
 # out.
 depend type=require fmri=library/python/swiftclient-$(PYV)
-