components/python/pytest-capturelog/pytest-capturelog-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 \
    50 
    52 
    51 # force a dependency on the Python runtime
    53 # force a dependency on the Python runtime
    52 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    54 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    53     pkg.debug.depend.path=usr/bin
    55     pkg.debug.depend.path=usr/bin
    54 
    56 
       
    57 # force a dependency on py; pkgdepend work is needed to flush this out.
       
    58 depend type=require fmri=library/python/py-$(PYV)
       
    59 
    55 # force a dependency on pytest
    60 # force a dependency on pytest
    56 depend type=require fmri=library/python/pytest-$(PYV)
    61 depend type=require fmri=library/python/pytest-$(PYV)
    57 
    62 
    58 # force a dependency on the pytest-capturelog package
    63 # force a dependency on the pytest-capturelog package
    59 depend type=require \
    64 depend type=require \