6758N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6758N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6758N/A value=pkg:/library/python/oslo.service-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
6758N/Aset name=pkg.summary value="Library for running OpenStack services"
6758N/Aset name=pkg.description \
6758N/A value="Oslo.service provides a framework for defining new long-running services using the patterns established by other OpenStack applications."
6758N/Aset name=com.oracle.info.description value="the Oslo service framework library"
6758N/Aset name=com.oracle.info.tpno value=$(TPNO)
6758N/Aset name=info.classification \
6758N/Aset name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
6758N/Aset name=info.upstream value="OpenStack <openstack-dev@lists.openstack.org>"
6758N/Aset name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
6758N/Aset name=org.opensolaris.arc-caseid value=PSARC/2016/377
6758N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.service-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.service-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.service-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.service-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.service-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.service-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.service-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
6758N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.service-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
6758N/Alicense oslo.service.license license="Apache v2.0"
6758N/Adepend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
6758N/Adepend type=require fmri=library/python/eventlet-$(PYV)
6758N/Adepend type=require fmri=library/python/greenlet-$(PYV)
6758N/Adepend type=require fmri=library/python/monotonic-$(PYV)
6758N/A# force a dependency on oslo.concurrency; pkgdepend work is needed to flush this
6758N/Adepend type=require fmri=library/python/oslo.concurrency-$(PYV)
6758N/A# force a dependency on oslo.config; pkgdepend work is needed to flush this out.
6758N/Adepend type=require fmri=library/python/oslo.config-$(PYV)
6758N/Adepend type=require fmri=library/python/oslo.i18n-$(PYV)
6758N/Adepend type=require fmri=library/python/oslo.log-$(PYV)
6758N/A# force a dependency on the oslo.service package
6758N/A fmri=library/python/oslo.service@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
6758N/A# force a dependency on oslo.utils; pkgdepend work is needed to flush this out.
6758N/Adepend type=require fmri=library/python/oslo.utils-$(PYV)
6758N/A# force a dependency on paste.deploy; pkgdepend work is needed to flush this
6758N/Adepend type=require fmri=library/python/paste.deploy-$(PYV)
6758N/Adepend type=require fmri=library/python/routes-$(PYV)
6758N/Adepend type=require fmri=library/python/six-$(PYV)
6758N/Adepend type=require fmri=library/python/webob-$(PYV)