transforms/python-3-groups
branchs11-update
changeset 3778 35735ffdda43
child 3998 5bd484384122
equal deleted inserted replaced
3777:68aef260e079 3778:35735ffdda43
       
     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) 2014, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 # We have various group dependencies between Python modules to express the
       
    27 # intent "if installing A, also install B if possible".  This is for cases
       
    28 # where module A uses module B if it is available.  But in some cases, B
       
    29 # is not Python 3 ready even though A is.  These group dependencies would
       
    30 # prevent A-34 from being installed because B-34 does not exist.  So drop
       
    31 # such group dependencies.
       
    32 
       
    33 <transform depend fmri=library/python/boto-34 type=group -> drop>
       
    34 <transform depend fmri=library/python/coverage-34 type=group -> drop>
       
    35 <transform depend fmri=library/python/django-34 type=group -> drop>
       
    36 <transform depend fmri=library/python/eventlet-34 type=group -> drop>
       
    37 <transform depend fmri=library/python/keystoneclient-34 type=group -> drop>
       
    38 <transform depend fmri=library/python/librabbitmq-34 type=group -> drop>
       
    39 <transform depend fmri=library/python/m2crypto-34 type=group -> drop>
       
    40 <transform depend fmri=library/python/paste-34 type=group -> drop>
       
    41 <transform depend fmri=library/python/python-imaging-34 type=group -> drop>
       
    42 <transform depend fmri=library/python/simplejson-34 type=group -> drop>
       
    43 <transform depend fmri=library/python/sqlalchemy-34 type=group -> drop>