Makefile revision 4982
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# CDDL HEADER START
3e14f97f673e8a630f076077de35afdd43dc1587Roger A. Faulkner# The contents of this file are subject to the terms of the
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# Common Development and Distribution License (the "License").
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# You may not use this file except in compliance with the License.
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# See the License for the specific language governing permissions
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# and limitations under the License.
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# When distributing Covered Code, include this CDDL HEADER in each
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# If applicable, add the following below this CDDL HEADER, with the
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# fields enclosed by brackets "[]" replaced with your own identifying
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# information: Portions Copyright [yyyy] [name of copyright owner]
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# CDDL HEADER END
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
7c2fbfb345896881c631598ee3852ce9ce33fb07April ChinCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
34f9b3eef6fdadbda0a846aa4d68691ac40eace5Roland Mainz sha256:b216eda661a95b185028c4e6316c3f9fa44c4785751cc93b6dcaac8ed22ffc86
34f9b3eef6fdadbda0a846aa4d68691ac40eace5Roland MainzCOMPONENT_PROJECT_URL= https://launchpad.net/oslo.vmware
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# Depends on netaddr & suds which are not Python 3 ready.
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# common targets
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# see $(COMPONENT_SRC)/test-requirements.txt for the python modules
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# required to execute unittests.