components/python/stevedore/stevedore-PYVER.p5m
changeset 1890 5a4ef66c42bf
parent 1666 69d14d547e77
child 1948 2d1537e7942d
equal deleted inserted replaced
1889:7251578a5ce7 1890:5a4ef66c42bf
    15 # If applicable, add the following below this CDDL HEADER, with the
    15 # If applicable, add the following below this CDDL HEADER, with the
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    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 #
       
    21 
    20 #
    22 #
    21 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    24 #
    23 
    25 
    24 set name=pkg.fmri \
    26 set name=pkg.fmri \
    56 file path=usr/lib/python$(PYVER)/vendor-packages/stevedore/extension.py
    58 file path=usr/lib/python$(PYVER)/vendor-packages/stevedore/extension.py
    57 file path=usr/lib/python$(PYVER)/vendor-packages/stevedore/hook.py
    59 file path=usr/lib/python$(PYVER)/vendor-packages/stevedore/hook.py
    58 file path=usr/lib/python$(PYVER)/vendor-packages/stevedore/named.py
    60 file path=usr/lib/python$(PYVER)/vendor-packages/stevedore/named.py
    59 license LICENSE license="Apache v2.0"
    61 license LICENSE license="Apache v2.0"
    60 
    62 
       
    63 # force the rename with an optional dependency on the old name
       
    64 depend type=optional \
       
    65     fmri=library/python-2/stevedore-$(PYV)@0.10,5.12-5.12.0.0.0.41.0
       
    66 
    61 # force a dependency on the Python runtime
    67 # force a dependency on the Python runtime
    62 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    68 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    63     pkg.debug.depend.path=usr/bin
    69     pkg.debug.depend.path=usr/bin
    64 
    70 
       
    71 # force a dependency on setuptools; pkgdepend work is needed to flush this out.
       
    72 depend type=require fmri=library/python/setuptools-$(PYV)
       
    73 
    65 # force a dependency on the stevedore package
    74 # force a dependency on the stevedore package
    66 depend type=require \
    75 depend type=require \
    67     fmri=library/python/stevedore@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    76     fmri=library/python/stevedore@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    68 
       
    69 # force the rename with an optional dependency on the old name
       
    70 depend type=optional \
       
    71     fmri=library/python-2/stevedore-$(PYV)@0.10,5.12-5.12.0.0.0.41.0