components/python/swiftclient/swiftclient-PYVER.p5m
changeset 1944 56ac2df1785b
parent 1760 353323c7bdc1
child 1948 2d1537e7942d
--- a/components/python/swiftclient/swiftclient-PYVER.p5m	Tue Jun 10 14:07:48 2014 -0700
+++ b/components/python/swiftclient/swiftclient-PYVER.p5m	Wed Jun 11 17:13:12 2014 -0700
@@ -31,7 +31,7 @@
     value="A python client for the OpenStack Object Storage API. There's a Python API (the 'swiftclient' module), and a command-line script ('swift')."
 set name=com.oracle.info.description \
     value="swiftclient, the Python bindings to the OpenStack Object Storage API"
-set name=com.oracle.info.tpno value=16617
+set name=com.oracle.info.tpno value=17873
 set name=info.classification \
     value=org.opensolaris.category.2008:Development/Python \
     value="org.opensolaris.category.2008:System/Administration and Configuration" \
@@ -55,6 +55,8 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/command_helpers.py
 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/exceptions.py
 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/multithreading.py
+file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/shell.py \
+    pkg.depend.bypass-generate=.*/six.*
 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/utils.py
 file path=usr/lib/python$(PYVER)/vendor-packages/swiftclient/version.py
 license swiftclient.license license="Apache v2.0"
@@ -63,6 +65,14 @@
 # needed to flush this out.
 depend type=group fmri=library/python/keystoneclient-$(PYV)
 
+# force a group dependency on the optional pbr; pkgdepend work is needed to
+# flush this out.
+depend type=group fmri=library/python/pbr-$(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 requests; pkgdepend work is needed to flush this out.
 depend type=require fmri=library/python/requests-$(PYV)