components/python/glanceclient/glanceclient-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/glanceclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    29     value=pkg:/library/python/glanceclient-$(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 Glance API"
    31     value="Python and command-line clients for the OpenStack Glance API"
    32 set name=pkg.description \
    32 set name=pkg.description \
    83 file path=usr/lib/python$(PYVER)/vendor-packages/python_glanceclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    83 file path=usr/lib/python$(PYVER)/vendor-packages/python_glanceclient-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    84 license glanceclient.license license="Apache v2.0"
    84 license glanceclient.license license="Apache v2.0"
    85 
    85 
    86 # force a group dependency on the optional eventlet; pkgdepend work is needed to
    86 # force a group dependency on the optional eventlet; pkgdepend work is needed to
    87 # flush this out.
    87 # flush this out.
    88 depend type=group fmri=library/python-2/eventlet-$(PYV)
    88 depend type=group fmri=library/python/eventlet-$(PYV)
    89 
    89 
    90 # force a dependency on argparse; pkgdepend work is needed to flush this out.
    90 # force a dependency on argparse; pkgdepend work is needed to flush this out.
    91 depend type=require fmri=library/python-2/argparse-$(PYV)
    91 depend type=require fmri=library/python/argparse-$(PYV)
    92 
       
    93 # force a dependency on jsonpatch; pkgdepend work is needed to flush this out.
       
    94 depend type=require fmri=library/python-2/jsonpatch-$(PYV)
       
    95 
       
    96 # force a dependency on netaddr; pkgdepend work is needed to flush this out.
       
    97 depend type=require fmri=library/python-2/netaddr-$(PYV)
       
    98 
       
    99 # force a dependency on pbr; pkgdepend work is needed to flush this out.
       
   100 depend type=require fmri=library/python-2/pbr-$(PYV)
       
   101 
       
   102 # force a dependency on prettytable; pkgdepend work is needed to flush this out.
       
   103 depend type=require fmri=library/python-2/prettytable-$(PYV)
       
   104 
       
   105 # force a dependency on pyopenssl; pkgdepend work is needed to flush this out.
       
   106 depend type=require fmri=library/python-2/pyopenssl-$(PYV)
       
   107 
       
   108 # force a dependency on six; pkgdepend work is needed to flush this out.
       
   109 depend type=require fmri=library/python-2/six-$(PYV)
       
   110 
       
   111 # force a dependency on warlock; pkgdepend work is needed to flush this out.
       
   112 depend type=require fmri=library/python-2/warlock-$(PYV)
       
   113 
    92 
   114 # force a dependency on the glanceclient package
    93 # force a dependency on the glanceclient package
   115 depend type=require \
    94 depend type=require \
   116     fmri=library/python/glanceclient@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    95     fmri=library/python/glanceclient@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   117 
    96 
       
    97 # force a dependency on jsonpatch; pkgdepend work is needed to flush this out.
       
    98 depend type=require fmri=library/python/jsonpatch-$(PYV)
       
    99 
   118 # force a dependency on keystoneclient; pkgdepend work is needed to flush this
   100 # force a dependency on keystoneclient; pkgdepend work is needed to flush this
   119 # out.
   101 # out.
   120 depend type=require fmri=library/python/keystoneclient-$(PYV)
   102 depend type=require fmri=library/python/keystoneclient-$(PYV)
       
   103 
       
   104 # force a dependency on netaddr; pkgdepend work is needed to flush this out.
       
   105 depend type=require fmri=library/python/netaddr-$(PYV)
       
   106 
       
   107 # force a dependency on pbr; pkgdepend work is needed to flush this out.
       
   108 depend type=require fmri=library/python/pbr-$(PYV)
       
   109 
       
   110 # force a dependency on prettytable; pkgdepend work is needed to flush this out.
       
   111 depend type=require fmri=library/python/prettytable-$(PYV)
       
   112 
       
   113 # force a dependency on pyopenssl; pkgdepend work is needed to flush this out.
       
   114 depend type=require fmri=library/python/pyopenssl-$(PYV)
       
   115 
       
   116 # force a dependency on six; pkgdepend work is needed to flush this out.
       
   117 depend type=require fmri=library/python/six-$(PYV)
       
   118 
       
   119 # force a dependency on warlock; pkgdepend work is needed to flush this out.
       
   120 depend type=require fmri=library/python/warlock-$(PYV)