Makefile revision 4982
b3e71425659780a58cba2f1d84eceef5b4616762Aki Tuomi# CDDL HEADER START
b3e71425659780a58cba2f1d84eceef5b4616762Aki Tuomi# The contents of this file are subject to the terms of the
b3e71425659780a58cba2f1d84eceef5b4616762Aki Tuomi# Common Development and Distribution License (the "License").
b3e71425659780a58cba2f1d84eceef5b4616762Aki Tuomi# You may not use this file except in compliance with the License.
b3e71425659780a58cba2f1d84eceef5b4616762Aki Tuomi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b3e71425659780a58cba2f1d84eceef5b4616762Aki Tuomi# See the License for the specific language governing permissions
b3e71425659780a58cba2f1d84eceef5b4616762Aki Tuomi# and limitations under the License.
b3e71425659780a58cba2f1d84eceef5b4616762Aki Tuomi# When distributing Covered Code, include this CDDL HEADER in each
b3e71425659780a58cba2f1d84eceef5b4616762Aki Tuomi# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b3e71425659780a58cba2f1d84eceef5b4616762Aki Tuomi# If applicable, add the following below this CDDL HEADER, with the
b3e71425659780a58cba2f1d84eceef5b4616762Aki Tuomi# fields enclosed by brackets "[]" replaced with your own identifying
b3e71425659780a58cba2f1d84eceef5b4616762Aki Tuomi# information: Portions Copyright [yyyy] [name of copyright owner]
b3e71425659780a58cba2f1d84eceef5b4616762Aki Tuomi# CDDL HEADER END
b3e71425659780a58cba2f1d84eceef5b4616762Aki Tuomi# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
b3e71425659780a58cba2f1d84eceef5b4616762Aki TuomiCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
b3e71425659780a58cba2f1d84eceef5b4616762Aki Tuomi sha256:224b6c2ed2ee3b358684640f83ab1c7425a1d030e39a96a78d06c499adbe586e
b3e71425659780a58cba2f1d84eceef5b4616762Aki TuomiCOMPONENT_PROJECT_URL= https://launchpad.net/python-ironicclient
b3e71425659780a58cba2f1d84eceef5b4616762Aki Tuomi# Depends on keystoneclient which is not Python 3 ready.
b3e71425659780a58cba2f1d84eceef5b4616762Aki Tuomi (cd $(PROTO_DIR)/usr/bin ; $(MV) -f ironic ironic-$(PYTHON_VERSION))
b3e71425659780a58cba2f1d84eceef5b4616762Aki Tuomi# common targets
b3e71425659780a58cba2f1d84eceef5b4616762Aki Tuomi# Tests require:
b3e71425659780a58cba2f1d84eceef5b4616762Aki Tuomi# coverage>=3.6, discover, fixtures, hacking, httpretty, oslo.sphinx
b3e71425659780a58cba2f1d84eceef5b4616762Aki Tuomi# python-subunit, sphinx, testrepository, testtools
b3e71425659780a58cba2f1d84eceef5b4616762Aki Tuomi# which haven't been integrated yet.