components/desktop/dbus-python/Makefile
author John Beck <John.Beck@Oracle.COM>
Tue, 22 Nov 2016 15:31:31 -0800
changeset 7389 80b2f482f59f
parent 7332 50a475baa0cd
child 7687 1093e2a9adbd
permissions -rw-r--r--
25138104 do not publish dbus-python when BUILD_TYPE=evaluation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7332
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     1
#
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     3
#
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     7
#
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    12
#
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    18
#
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    20
#
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    21
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    22
#
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    23
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    24
BUILD_BITS =		64_and_32
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    25
COMPILER =		gcc
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    26
include ../../../make-rules/shared-macros.mk
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    27
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    28
COMPONENT_NAME=		dbus-python
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    29
COMPONENT_VERSION=	1.2.0
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_PROJECT_URL=	http://dbus.freedesktop.org
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_ARCHIVE_HASH= \
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    32
    sha256:e12c6c8b2bf3a9302f75166952cbe41d6b38c3441bbc6767dbd498942316c6df
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/releases/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    34
COMPONENT_SIG_URL=	$(COMPONENT_ARCHIVE_URL).asc
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    35
COMPONENT_BUGDB=	library/dbus
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    36
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    37
TPNO=			25524
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    38
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    39
# replicated from $(WS_MAKE_RULES)/setup.py.mk since this uses configure instead
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    40
CONFIGURE_64 = $(PYTHON_VERSIONS:%=$(BUILD_DIR)/$(MACH64)-%/.configured)
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    41
BUILD_64     = $(PYTHON_VERSIONS:%=$(BUILD_DIR)/$(MACH64)-%/.built)
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    42
INSTALL_64   = $(PYTHON_VERSIONS:%=$(BUILD_DIR)/$(MACH64)-%/.installed)
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    43
TEST_64	     = $(PYTHON_VERSIONS:%=$(BUILD_DIR)/$(MACH64)-%/.tested-and-compared)
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    44
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    45
$(foreach pyver, $(PYTHON_VERSIONS), \
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    46
  $(eval $(BUILD_DIR)/%-$(pyver)/.configured:          PYTHON_VERSION=$(pyver)) \
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    47
  $(eval $(BUILD_DIR)/%-$(pyver)/.built:               PYTHON_VERSION=$(pyver)) \
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    48
  $(eval $(BUILD_DIR)/%-$(pyver)/.installed:           PYTHON_VERSION=$(pyver)) \
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    49
  $(eval $(BUILD_DIR)/%-$(pyver)/.tested-and-compared: PYTHON_VERSION=$(pyver)) \
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    50
)
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    51
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    52
$(BUILD_DIR)/$(MACH64)-%/.configured:		BITS=64
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    53
$(BUILD_DIR)/$(MACH64)-%/.built:		BITS=64
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    54
$(BUILD_DIR)/$(MACH64)-%/.installed:		BITS=64
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    55
$(BUILD_DIR)/$(MACH64)-%/.tested-and-compared:	BITS=64
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    56
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    57
PYTHON_MAJOR = $(basename $(PYTHON_VERSION))
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    58
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    59
COMPONENT_TEST_OUTPUT = \
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    60
    $(COMPONENT_TEST_BUILD_DIR)/test-$(PYTHON_VERSION)-$(BITS)-results
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    61
COMPONENT_TEST_DIFFS = \
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    62
    $(COMPONENT_TEST_BUILD_DIR)/test-$(PYTHON_VERSION)-$(BITS)-diffs
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    63
COMPONENT_TEST_SNAPSHOT = \
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    64
    $(COMPONENT_TEST_BUILD_DIR)/results-$(PYTHON_VERSION)-$(BITS).snapshot
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    65
COMPONENT_TEST_TRANSFORM_CMD = \
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    66
    $(COMPONENT_TEST_BUILD_DIR)/transform-$(PYTHON_VERSION)-$(BITS)-results
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    67
COMPONENT_TEST_MASTER = \
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    68
    $(COMPONENT_TEST_RESULTS_DIR)/results-py$(PYTHON_MAJOR).master
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    69
7389
80b2f482f59f 25138104 do not publish dbus-python when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 7332
diff changeset
    70
# An ancestor package had a mismatched version-lock facet, which would
80b2f482f59f 25138104 do not publish dbus-python when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 7332
diff changeset
    71
# complicate instructions.  As nothing in FOSS-eval depends on this,
80b2f482f59f 25138104 do not publish dbus-python when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 7332
diff changeset
    72
# just add it to the do-not-publish list for simplicity.
80b2f482f59f 25138104 do not publish dbus-python when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 7332
diff changeset
    73
include $(WS_MAKE_RULES)/no-evaluation.mk
80b2f482f59f 25138104 do not publish dbus-python when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 7332
diff changeset
    74
7332
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    75
include $(WS_MAKE_RULES)/common.mk
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    76
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    77
# Need to replace the py-compile in the 1.2.0 tarball with the one from a
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    78
# newer version of automake in order to output *pyc to the right paths for
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    79
# Python 3.4 & 3.5
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    80
COMPONENT_PREP_ACTION += (cd $(@D); rm -f py-compile ; autoreconf -fiv);
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    81
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    82
CONFIGURE_OPTIONS += PYTHON="$(PYTHON)"
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    83
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    84
# Ensure Python modules are installed into vendor package directories.
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    85
CONFIGURE_ENV += am_cv_python_pythondir=$(PYTHON_VENDOR_PACKAGES.32)
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    86
CONFIGURE_ENV += am_cv_python_pyexecdir=$(PYTHON.$(PYTHON_VERSION).VENDOR_PACKAGES)
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    87
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    88
COMPONENT_TEST_ENV +=   PYTHONPATH=$(PROTO_DIR)$(PYTHON_VENDOR_PACKAGES.32)
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    89
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    90
# Needed for "gmake test" to work successfully.
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    91
unexport SHELLOPTS
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    92
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    93
# Standard automake test framework results transform
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    94
COMPONENT_TEST_TRANSFORMS += \
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    95
        '-n ' \
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    96
        '-e "/TOTAL/p" ' \
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    97
        '-e "/SKIP/p" ' \
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    98
        '-e "/PASS/p" ' \
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    99
        '-e "/FAIL/p" ' \
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   100
        '-e "/ERROR/p" '
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   101
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   102
REQUIRED_PACKAGES += library/glib2
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   103
REQUIRED_PACKAGES += runtime/python-27
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   104
REQUIRED_PACKAGES += runtime/python-34
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   105
REQUIRED_PACKAGES += runtime/python-35
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   106
REQUIRED_PACKAGES += system/library/libdbus
50a475baa0cd 23245352 Move dbus-python 1.2.0 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   107
REQUIRED_PACKAGES += system/library/libdbus-glib