# HG changeset patch # User John Beck # Date 1423810421 28800 # Node ID 358a41a22771a8d753e4d9ee39705e00224c6dfe # Parent b4272e89e9f21aa98b4e4774b1f1cac068ea0e0b 15819724 SUNBT7202228 python 3.4 (fix pkg dependency) diff -r b4272e89e9f2 -r 358a41a22771 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)