15819724 SUNBT7202228 python 3.4 (fix pkg dependency) s11-update
authorJohn Beck <John.Beck@Oracle.COM>
Thu, 12 Feb 2015 22:53:41 -0800
branchs11-update
changeset 3801 358a41a22771
parent 3797 b4272e89e9f2
child 3802 c3fd3eae5cb1
15819724 SUNBT7202228 python 3.4 (fix pkg dependency)
components/python/webob/webob-PYVER.p5m
--- a/components/python/webob/webob-PYVER.p5m	Mon Jan 19 12:08:42 2015 -0800
+++ b/components/python/webob/webob-PYVER.p5m	Thu Feb 12 22:53:41 2015 -0800
@@ -61,6 +61,10 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/webob/util.py
 license docs/license.txt license=MIT
 
+# force a group dependency on the optional paste; pkgdepend work is needed to
+# flush this out.
+depend type=group fmri=library/python/paste-$(PYV)
+
 # force the rename with an optional dependency on the old name
 depend type=optional \
     fmri=library/python-2/webob-$(PYV)@1.2.3,5.11-0.175.3.0.0.16.0
@@ -69,9 +73,6 @@
 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
     pkg.debug.depend.path=usr/bin
 
-# force a dependency on paste; pkgdepend work is needed to flush this out.
-depend type=require fmri=library/python/paste-$(PYV)
-
 # force a dependency on the webob package
 depend type=require \
     fmri=library/python/webob@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)