python-3-groups revision 6033
303N/A#
303N/A# CDDL HEADER START
303N/A#
303N/A# The contents of this file are subject to the terms of the
303N/A# Common Development and Distribution License (the "License").
303N/A# You may not use this file except in compliance with the License.
303N/A#
303N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
303N/A# or http://www.opensolaris.org/os/licensing.
303N/A# See the License for the specific language governing permissions
303N/A# and limitations under the License.
303N/A#
303N/A# When distributing Covered Code, include this CDDL HEADER in each
303N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
303N/A# If applicable, add the following below this CDDL HEADER, with the
303N/A# fields enclosed by brackets "[]" replaced with your own identifying
303N/A# information: Portions Copyright [yyyy] [name of copyright owner]
303N/A#
303N/A# CDDL HEADER END
303N/A#
3996N/A
303N/A#
303N/A# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
303N/A#
303N/A
4328N/A# We have various group dependencies between Python modules to express the
303N/A# intent "if installing A, also install B if possible". This is for cases
303N/A# where module A uses module B if it is available. But in some cases, B
303N/A# is not Python 3 ready even though A is. These group dependencies would
844N/A# prevent A-34 from being installed because B-34 does not exist. So drop
4328N/A# such group dependencies.
303N/A
1273N/A<transform depend fmri=library/python/boto-34 type=group -> drop>
303N/A<transform depend fmri=library/python/coverage-34 type=group -> drop>
4328N/A<transform depend fmri=library/python/django-34 type=group -> drop>
3661N/A<transform depend fmri=library/python/futures-34 type=group -> drop>
3996N/A<transform depend fmri=library/python/keystoneclient-34 type=group -> drop>
3996N/A<transform depend fmri=library/python/librabbitmq-34 type=group -> drop>
3996N/A<transform depend fmri=library/python/m2crypto-34 type=group -> drop>
303N/A<transform depend fmri=library/python/paste-34 type=group -> drop>
303N/A<transform depend fmri=library/python/python-imaging-34 type=group -> drop>
303N/A
303N/A