components/python/quantumclient/quantumclient-PYVER.p5m
branchs11-update
changeset 3704 69ab8eca01c5
parent 3661 47545fb8aed4
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 set name=pkg.fmri \
    26 set name=pkg.fmri \
    27     value=pkg:/library/python/quantumclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/quantumclient-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary \
    28 set name=pkg.summary \
    63 file path=usr/lib/python$(PYVER)/vendor-packages/quantumclient/v2_0/__init__.py
    63 file path=usr/lib/python$(PYVER)/vendor-packages/quantumclient/v2_0/__init__.py
    64 file path=usr/lib/python$(PYVER)/vendor-packages/quantumclient/v2_0/client.py
    64 file path=usr/lib/python$(PYVER)/vendor-packages/quantumclient/v2_0/client.py
    65 file path=usr/lib/python$(PYVER)/vendor-packages/quantumclient/version.py
    65 file path=usr/lib/python$(PYVER)/vendor-packages/quantumclient/version.py
    66 license quantumclient.license license="Apache v2.0"
    66 license quantumclient.license license="Apache v2.0"
    67 
    67 
    68 # force a dependency on pbr; pkgdepend work is needed to flush this out.
       
    69 depend type=require fmri=library/python-2/pbr-$(PYV)
       
    70 
       
    71 # force a dependency on neutronclient; pkgdepend work is needed to flush this
    68 # force a dependency on neutronclient; pkgdepend work is needed to flush this
    72 # out.
    69 # out.
    73 depend type=require fmri=library/python/neutronclient-$(PYV)
    70 depend type=require fmri=library/python/neutronclient-$(PYV)
    74 
    71 
       
    72 # force a dependency on pbr; pkgdepend work is needed to flush this out.
       
    73 depend type=require fmri=library/python/pbr-$(PYV)
       
    74 
    75 # force a dependency on the quantumclient package
    75 # force a dependency on the quantumclient package
    76 depend type=require \
    76 depend type=require \
    77     fmri=library/python/quantumclient@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    77     fmri=library/python/quantumclient@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)