components/python/oslo.config/oslo.config-PYVER.p5m
changeset 4917 4c88f9d4ab8d
parent 3998 5bd484384122
child 5405 66fd59fecd68
equal deleted inserted replaced
4916:b49f3ed3d841 4917:4c88f9d4ab8d
    24 #
    24 #
    25 
    25 
    26 # As an earlier Python 3 version of oslo.config was published, we
    26 # As an earlier Python 3 version of oslo.config was published, we
    27 # continue to do so for now by dropping the dependency on the
    27 # continue to do so for now by dropping the dependency on the
    28 # corresponding netaddr as the latter is not Python 3 ready.
    28 # corresponding netaddr as the latter is not Python 3 ready.
    29 <transform depend fmri=library/python/netaddr-34 type=require -> drop>
    29 <transform depend fmri=library/python/netaddr-3\d type=require -> drop>
    30 set name=pkg.fmri \
    30 set name=pkg.fmri \
    31     value=pkg:/library/python/oslo.config-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    31     value=pkg:/library/python/oslo.config-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    32 set name=pkg.summary value="Oslo configuration library"
    32 set name=pkg.summary value="Oslo configuration library"
    33 set name=pkg.description \
    33 set name=pkg.description \
    34     value="The Oslo configuration API supports parsing command line arguments and .ini style configuration files."
    34     value="The Oslo configuration API supports parsing command line arguments and .ini style configuration files."