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