components/python/dogpile.cache/dogpile.cache-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) 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2014, 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/dogpile.cache-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/dogpile.cache-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="A 'dogpile lock' based caching API"
    28 set name=pkg.summary value="A 'dogpile lock' based caching API"
    65 
    65 
    66 # force a dependency on the Python runtime
    66 # force a dependency on the Python runtime
    67 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    67 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    68     pkg.debug.depend.path=usr/bin
    68     pkg.debug.depend.path=usr/bin
    69 
    69 
    70 # force a dependency on setuptools; pkgdepend work is needed to flush this out.
       
    71 depend type=require fmri=library/python-2/setuptools-$(PYV)
       
    72 
       
    73 # force a dependency on the dogpile.cache package
    70 # force a dependency on the dogpile.cache package
    74 depend type=require \
    71 depend type=require \
    75     fmri=library/python/dogpile.cache@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    72     fmri=library/python/dogpile.cache@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    76 
    73 
    77 # force a dependency on dogpile.core; pkgdepend work is needed to flush this
    74 # force a dependency on dogpile.core; pkgdepend work is needed to flush this
    78 # out.
    75 # out.
    79 depend type=require fmri=library/python/dogpile.core-$(PYV)
    76 depend type=require fmri=library/python/dogpile.core-$(PYV)
       
    77 
       
    78 # force a dependency on setuptools; pkgdepend work is needed to flush this out.
       
    79 depend type=require fmri=library/python/setuptools-$(PYV)