components/python/oslo.i18n/oslo.i18n-PYVER.p5m
changeset 5405 66fd59fecd68
parent 3998 5bd484384122
child 6802 cfaaf5d7c047
equal deleted inserted replaced
5404:55e409ba4e72 5405:66fd59fecd68
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 set name=pkg.fmri \
    26 set name=pkg.fmri \
    27     value=pkg:/library/python/oslo.i18n-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/oslo.i18n-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="Oslo internationalization utilities"
    28 set name=pkg.summary value="Oslo internationalization utilities"
    61 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_i18n/_message.py
    61 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_i18n/_message.py
    62 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_i18n/_translate.py
    62 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_i18n/_translate.py
    63 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_i18n/fixture.py
    63 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_i18n/fixture.py
    64 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_i18n/log.py
    64 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_i18n/log.py
    65 #
    65 #
    66 license LICENSE license="Apache v2.0"
    66 license oslo.i18n.license license="Apache v2.0"
    67 
    67 
    68 # force a dependency on the Python runtime
    68 # force a dependency on the Python runtime
    69 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    69 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    70     pkg.debug.depend.path=usr/bin
    70     pkg.debug.depend.path=usr/bin
    71 
    71 
    74 
    74 
    75 # force a dependency on the oslo.i18n package
    75 # force a dependency on the oslo.i18n package
    76 depend type=require \
    76 depend type=require \
    77     fmri=library/python/oslo.i18n@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    77     fmri=library/python/oslo.i18n@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    78 
    78 
       
    79 # force a dependency on pbr; pkgdepend work is needed to flush this out.
       
    80 depend type=require fmri=library/python/pbr-$(PYV)
       
    81 
    79 # force a dependency on six; pkgdepend work is needed to flush this out.
    82 # force a dependency on six; pkgdepend work is needed to flush this out.
    80 depend type=require fmri=library/python/six-$(PYV)
    83 depend type=require fmri=library/python/six-$(PYV)