diff -r 9e945128be3b -r 69d14d547e77 components/python/kombu/kombu-PYVER.p5m --- a/components/python/kombu/kombu-PYVER.p5m Mon Jan 27 15:13:46 2014 -0800 +++ b/components/python/kombu/kombu-PYVER.p5m Mon Jan 27 17:48:58 2014 -0800 @@ -18,18 +18,18 @@ # # CDDL HEADER END # -# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved. # # importlib is part of python 2.7, but separate in 2.6 - drop> + drop> # ordereddict is part of python 2.7, but separate in 2.6 - drop> + drop> # The test related file actions have not been included because they will fail # in dependency generation until the various test related modules that they # need are also provided. set name=pkg.fmri \ - value=pkg:/library/python-2/kombu-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) + value=pkg:/library/python/kombu-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) set name=pkg.summary value="Messaging framework for Python" set name=pkg.description \ value="The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQ protocol (AMQP), and also provide proven and tested solutions to common messaging problems." @@ -110,29 +110,32 @@ pkg.debug.depend.path=usr/bin # force a dependency on amqp; pkgdepend work is needed to flush this out. -depend type=require fmri=library/python-2/amqp-$(PYV) +depend type=require fmri=library/python/amqp-$(PYV) # force a dependency on anyjson; pkgdepend work is needed to flush this out. -depend type=require fmri=library/python-2/anyjson-$(PYV) +depend type=require fmri=library/python/anyjson-$(PYV) # force a dependency on boto; pkgdepend work is needed to flush this out. -depend type=require fmri=library/python-2/boto-$(PYV) +depend type=require fmri=library/python/boto-$(PYV) # force a dependency on eventlet; pkgdepend work is needed to flush this out. -depend type=require fmri=library/python-2/eventlet-$(PYV) +depend type=require fmri=library/python/eventlet-$(PYV) # force a dependency on importlib; pkgdepend work is needed to flush this out. -depend type=require fmri=library/python-2/importlib-$(PYV) +depend type=require fmri=library/python/importlib-$(PYV) # force a dependency on the kombu package depend type=require \ - fmri=library/python-2/kombu@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) + fmri=library/python/kombu@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) # force a dependency on librabbitmq; pkgdepend work is needed to flush this out. -depend type=require fmri=library/python-2/librabbitmq-$(PYV) +depend type=require fmri=library/python/librabbitmq-$(PYV) # force a dependency on ordereddict; pkgdepend work is needed to flush this out. -depend type=require fmri=library/python-2/ordereddict-$(PYV) +depend type=require fmri=library/python/ordereddict-$(PYV) # force a dependency on pyrabbit; pkgdepend work is needed to flush this out. -depend type=require fmri=library/python-2/pyrabbit-$(PYV) +depend type=require fmri=library/python/pyrabbit-$(PYV) + +# force the rename with an optional dependency on the old name +depend type=optional fmri=library/python-2/kombu-$(PYV)@2.5.12,5.12-5.12.0.0.0.41.0