oslo.versionedobjects-PYVER.p5m revision 6807
32N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
32N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
32N/A value=pkg:/library/python/oslo.versionedobjects-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
32N/Aset name=pkg.summary value="Oslo Versioned Objects library"
32N/Aset name=pkg.description \
32N/A value="The oslo.versionedobjects library deals with DB schemas being at different version than the code expects, allowing services to be operated safely during upgrades. It enables DB independent schemas by providing an abstraction layer, which allows support for SQL and NoSQL databases."
493N/Aset name=com.oracle.info.description value="the Oslo Versioned Objects library"
32N/Aset name=com.oracle.info.tpno value=$(TPNO)
32N/Aset name=info.classification \
493N/Aset name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
32N/Aset name=info.upstream value="Openstack <openstack-dev@lists.openstack.org>"
32N/Aset name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
493N/Aset name=org.opensolaris.arc-caseid value=PSARC/2015/467
32N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
32N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.versionedobjects-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
32N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.versionedobjects-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
32N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.versionedobjects-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
32N/Afile path=usr/lib/python$(PYVER)/vendor-packages/oslo.versionedobjects-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
file path=usr/lib/python$(PYVER)/vendor-packages/oslo.versionedobjects-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
file path=usr/lib/python$(PYVER)/vendor-packages/oslo.versionedobjects-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
file path=usr/lib/python$(PYVER)/vendor-packages/oslo.versionedobjects-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
file path=usr/lib/python$(PYVER)/vendor-packages/oslo.versionedobjects-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
license oslo.versionedobjects.license license="Apache v2.0"
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
depend type=require fmri=library/python/iso8601-$(PYV)
depend type=require fmri=library/python/netaddr-$(PYV)
# force a dependency on oslo.config; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/oslo.config-$(PYV)
# force a dependency on oslo.i18n; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/oslo.i18n-$(PYV)
# force a dependency on oslo.messaging; pkgdepend work is needed to flush this
depend type=require fmri=library/python/oslo.messaging-$(PYV)
# force a dependency on oslo.utils; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/oslo.utils-$(PYV)
# force a dependency on the oslo.versionedobjects package
fmri=library/python/oslo.versionedobjects@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
depend type=require fmri=library/python/six-$(PYV)
depend type=require fmri=library/python/webob-$(PYV)