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