components/python/cinderclient/cinderclient-PYVER.p5m
branchs11-update
changeset 3704 69ab8eca01c5
parent 3661 47545fb8aed4
child 4072 db0cec748ec0
equal deleted inserted replaced
3698:9c01a3410e89 3704:69ab8eca01c5
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 # argparse is part of python 2.7, but separate in 2.6
    26 # argparse is part of python 2.7, but separate in 2.6
    27 <transform depend type=require fmri=library/python-2/argparse-27 -> drop>
    27 <transform depend type=require fmri=library/python/argparse-27 -> drop>
    28 set name=pkg.fmri \
    28 set name=pkg.fmri \
    29     value=pkg:/library/python/cinderclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    29     value=pkg:/library/python/cinderclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    30 set name=pkg.summary \
    30 set name=pkg.summary \
    31     value="Python and command-line clients for the OpenStack Cinder API"
    31     value="Python and command-line clients for the OpenStack Cinder API"
    32 set name=pkg.description \
    32 set name=pkg.description \
   113 file path=usr/lib/python$(PYVER)/vendor-packages/python_cinderclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
   113 file path=usr/lib/python$(PYVER)/vendor-packages/python_cinderclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
   114 license cinderclient.license license="Apache v2.0"
   114 license cinderclient.license license="Apache v2.0"
   115 
   115 
   116 # force a group dependency on the optional eventlet; pkgdepend work is needed to
   116 # force a group dependency on the optional eventlet; pkgdepend work is needed to
   117 # flush this out.
   117 # flush this out.
   118 depend type=group fmri=library/python-2/eventlet-$(PYV)
   118 depend type=group fmri=library/python/eventlet-$(PYV)
   119 
   119 
   120 # force a group dependency on the optional simplejson; pkgdepend work is needed
   120 # force a group dependency on the optional simplejson; pkgdepend work is needed
   121 # to flush this out.
   121 # to flush this out.
   122 depend type=group fmri=library/python-2/simplejson-$(PYV)
   122 depend type=group fmri=library/python/simplejson-$(PYV)
   123 
   123 
   124 # force a dependency on argparse; pkgdepend work is needed to flush this out.
   124 # force a dependency on argparse; pkgdepend work is needed to flush this out.
   125 depend type=require fmri=library/python-2/argparse-$(PYV)
   125 depend type=require fmri=library/python/argparse-$(PYV)
   126 
   126 
   127 # force a dependency on babel; pkgdepend work is needed to flush this out.
   127 # force a dependency on babel; pkgdepend work is needed to flush this out.
   128 depend type=require fmri=library/python-2/babel-$(PYV)
   128 depend type=require fmri=library/python/babel-$(PYV)
   129 
       
   130 # force a dependency on prettytable; pkgdepend work is needed to flush this out.
       
   131 depend type=require fmri=library/python-2/prettytable-$(PYV)
       
   132 
       
   133 # force a dependency on requests; pkgdepend work is needed to flush this out.
       
   134 depend type=require fmri=library/python-2/requests-$(PYV)
       
   135 
       
   136 # force a dependency on stevedore; pkgdepend work is needed to flush this out.
       
   137 depend type=require fmri=library/python-2/stevedore-$(PYV)
       
   138 
   129 
   139 # force a dependency on the cinderclient package
   130 # force a dependency on the cinderclient package
   140 depend type=require \
   131 depend type=require \
   141     fmri=library/python/cinderclient@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   132     fmri=library/python/cinderclient@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   142 
   133 
   145 depend type=require fmri=library/python/keystoneclient-$(PYV)
   136 depend type=require fmri=library/python/keystoneclient-$(PYV)
   146 
   137 
   147 # force a dependency on pbr; pkgdepend work is needed to flush this out.
   138 # force a dependency on pbr; pkgdepend work is needed to flush this out.
   148 depend type=require fmri=library/python/pbr-$(PYV)
   139 depend type=require fmri=library/python/pbr-$(PYV)
   149 
   140 
       
   141 # force a dependency on prettytable; pkgdepend work is needed to flush this out.
       
   142 depend type=require fmri=library/python/prettytable-$(PYV)
       
   143 
       
   144 # force a dependency on requests; pkgdepend work is needed to flush this out.
       
   145 depend type=require fmri=library/python/requests-$(PYV)
       
   146 
   150 # force a dependency on six; pkgdepend work is needed to flush this out.
   147 # force a dependency on six; pkgdepend work is needed to flush this out.
   151 depend type=require fmri=library/python/six-$(PYV)
   148 depend type=require fmri=library/python/six-$(PYV)
       
   149 
       
   150 # force a dependency on stevedore; pkgdepend work is needed to flush this out.
       
   151 depend type=require fmri=library/python/stevedore-$(PYV)