Makefile revision 6033
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont# CDDL HEADER START
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont# The contents of this file are subject to the terms of the
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# Common Development and Distribution License (the "License").
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# You may not use this file except in compliance with the License.
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont# See the License for the specific language governing permissions
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont# and limitations under the License.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# When distributing Covered Code, include this CDDL HEADER in each
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# If applicable, add the following below this CDDL HEADER, with the
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont# fields enclosed by brackets "[]" replaced with your own identifying
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# information: Portions Copyright [yyyy] [name of copyright owner]
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# CDDL HEADER END
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox UserCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
90f35c2f2a1c660f3b96eec413036d238df395f6Francis Dupont sha256:e69a5c559f95bcbf91eb0ea9f16aa65f0fe5fccc7fa03693d4cc991b76e969a6
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox UserCOMPONENT_PROJECT_URL= https://launchpad.net/oslo.policy
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# Depends on oslo.serialization which is not Python 3 ready.
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# common targets
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# see $(COMPONENT_SRC)/test-requirements.txt for the python modules
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User# required to execute unittests.