6758N/A#
6758N/A# CDDL HEADER START
6758N/A#
6758N/A# The contents of this file are subject to the terms of the
6758N/A# Common Development and Distribution License (the "License").
6758N/A# You may not use this file except in compliance with the License.
6758N/A#
6758N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6758N/A# or http://www.opensolaris.org/os/licensing.
6758N/A# See the License for the specific language governing permissions
6758N/A# and limitations under the License.
6758N/A#
6758N/A# When distributing Covered Code, include this CDDL HEADER in each
6758N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6758N/A# If applicable, add the following below this CDDL HEADER, with the
6758N/A# fields enclosed by brackets "[]" replaced with your own identifying
6758N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6758N/A#
6758N/A# CDDL HEADER END
6758N/A#
6758N/A
6758N/A#
6758N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6758N/A#
6758N/A
6758N/Ainclude ../../../make-rules/shared-macros.mk
6758N/A
6758N/ACOMPONENT_NAME= oslo.service
6758N/ACOMPONENT_VERSION= 1.8.0
6758N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
6758N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
6758N/ACOMPONENT_ARCHIVE_HASH= \
6758N/A sha256:cfd519945adb986f3e9e9bb01bebe1a0875ba38b1463a7deb6a7cba5a4e02d4d
6758N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
6758N/ACOMPONENT_PROJECT_URL= http://docs.openstack.org/developer/oslo.service/
6758N/ACOMPONENT_BUGDB= python-mod/oslo.service
6758N/A
6758N/ATPNO= 30471
6758N/A
6758N/A# Depends on oslo.utils which is not Python 3 ready.
6758N/APYTHON_VERSIONS = $(PYTHON2_VERSIONS)
6758N/A
6758N/Ainclude $(WS_MAKE_RULES)/prep.mk
6758N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
6758N/Ainclude $(WS_MAKE_RULES)/ips.mk
6758N/A
6758N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
6758N/A
6758N/A# common targets
6758N/Abuild: $(BUILD_NO_ARCH)
6758N/A
6758N/Ainstall: $(INSTALL_NO_ARCH)
6758N/A
6758N/A# See $(COMPONENT_SRC)/test-requirements.txt for the Python modules
6758N/A# required to execute unittests.
6758N/Atest: $(NO_TESTS)
6758N/A
6758N/Asystem-test: $(NO_TESTS)