5403N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5403N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5403N/A value=pkg:/library/python/oslo.concurrency-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
5403N/Aset name=pkg.summary value="Oslo concurrency library"
5403N/Aset name=pkg.description \
5403N/A value="The Oslo concurrency library has utilities for safely running multi-thread, multi-process applications using locking mechanisms and for running external processes."
5403N/Aset name=com.oracle.info.description value="the Oslo concurrency library"
5403N/Aset name=com.oracle.info.tpno value=$(TPNO)
5403N/Aset name=info.classification \
5403N/Aset name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
5403N/Aset name=info.upstream-url value="OpenStack <openstack-dev@lists.openstack.org>"
5403N/Aset name=org.opensolaris.arc-caseid value=PSARC/2015/520
5403N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
5403N/Alink path=usr/bin/lockutils-wrapper target=lockutils-wrapper-$(PYVER) \
5403N/Afile path=usr/bin/lockutils-wrapper-$(PYVER)
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
5403N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.concurrency-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
5403N/Alicense oslo.concurrency.license license="Apache v2.0"
5403N/Adepend type=group fmri=library/python/eventlet-$(PYV)
6796N/Adepend type=require fmri=library/python/enum-$(PYV)
6796N/Adepend type=require fmri=library/python/fasteners-$(PYV)
5403N/A# force a dependency on the oslo.concurrency package
5403N/A fmri=library/python/oslo.concurrency@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
5403N/A# force a dependency on oslo.config; pkgdepend work is needed to flush this out.
5403N/Adepend type=require fmri=library/python/oslo.config-$(PYV)
5403N/Adepend type=require fmri=library/python/oslo.i18n-$(PYV)
5403N/A# force a dependency on oslo.utils; pkgdepend work is needed to flush this out.
5403N/Adepend type=require fmri=library/python/oslo.utils-$(PYV)
5403N/Adepend type=require fmri=library/python/six-$(PYV)