components/python/novaclient/novaclient-PYVER.p5m
changeset 4917 4c88f9d4ab8d
parent 3998 5bd484384122
child 5405 66fd59fecd68
equal deleted inserted replaced
4916:b49f3ed3d841 4917:4c88f9d4ab8d
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 
    20 
    21 #
    21 #
    22 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    23 #
    23 #
    24 
    24 
    25 #
    25 #
    26 # As an earlier Python 3 version of novaclient was published, we continue
    26 # As an earlier Python 3 version of novaclient was published, we continue
    27 # to do so for now by dropping the dependency on the corresponding
    27 # to do so for now by dropping the dependency on the corresponding
    28 # keystoneclient & oslo.utils as the latter are not Python 3 ready.
    28 # keystoneclient & oslo.utils as the latter are not Python 3 ready.
    29 #
    29 #
    30 <transform depend fmri=library/python/keystoneclient-34 type=require -> drop>
    30 <transform depend fmri=library/python/keystoneclient-3\d type=require -> drop>
    31 <transform depend fmri=library/python/oslo.utils-34 type=require -> drop>
    31 <transform depend fmri=library/python/oslo.utils-3\d type=require -> drop>
    32 set name=pkg.fmri \
    32 set name=pkg.fmri \
    33     value=pkg:/library/python/novaclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    33     value=pkg:/library/python/novaclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    34 set name=pkg.summary \
    34 set name=pkg.summary \
    35     value="Python and command-line clients for the OpenStack Compute API"
    35     value="Python and command-line clients for the OpenStack Compute API"
    36 set name=pkg.description \
    36 set name=pkg.description \