transforms/standard-python-libraries
changeset 4912 0b79e9575718
parent 3998 5bd484384122
child 5405 66fd59fecd68
equal deleted inserted replaced
4911:6590570733a1 4912:0b79e9575718
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
     1 #
    26 #
     2 # These are part of the standard Python libraries starting with later
    27 # These are part of the standard Python libraries starting with later
     3 # versions of Python so these dependencies should be elided.
    28 # versions of Python so these dependencies should be elided.
     4 #
    29 #
     5 <transform depend fmri=library/python/argparse-27 -> drop>
    30 <transform depend fmri=library/python/argparse-27 -> drop>
     6 <transform depend fmri=library/python/argparse-34 -> drop>
    31 <transform depend fmri=library/python/argparse-34 -> drop>
       
    32 <transform depend fmri=library/python/argparse-35 -> drop>
     7 <transform depend fmri=library/python/enum-34 -> drop>
    33 <transform depend fmri=library/python/enum-34 -> drop>
       
    34 <transform depend fmri=library/python/enum-35 -> drop>
     8 <transform depend fmri=library/python/importlib-27 -> drop>
    35 <transform depend fmri=library/python/importlib-27 -> drop>
     9 <transform depend fmri=library/python/importlib-34 -> drop>
    36 <transform depend fmri=library/python/importlib-34 -> drop>
       
    37 <transform depend fmri=library/python/importlib-35 -> drop>
    10 <transform depend fmri=library/python/ordereddict-27 -> drop>
    38 <transform depend fmri=library/python/ordereddict-27 -> drop>
    11 <transform depend fmri=library/python/ordereddict-34 -> drop>
    39 <transform depend fmri=library/python/ordereddict-34 -> drop>
       
    40 <transform depend fmri=library/python/ordereddict-35 -> drop>
    12 <transform depend fmri=library/python/singledispatch-34 -> drop>
    41 <transform depend fmri=library/python/singledispatch-34 -> drop>
       
    42 <transform depend fmri=library/python/singledispatch-35 -> drop>
    13 <transform depend fmri=library/python/unittest2-27 -> drop>
    43 <transform depend fmri=library/python/unittest2-27 -> drop>
    14 <transform depend fmri=library/python/unittest2-34 -> drop>
    44 <transform depend fmri=library/python/unittest2-34 -> drop>
       
    45 <transform depend fmri=library/python/unittest2-35 -> drop>