components/openstack/heat/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3320 f9d413d0e202
child 4072 db0cec748ec0
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 include ../../../make-rules/shared-macros.mk
    25 include ../../../make-rules/shared-macros.mk
    26 
    26 
    27 COMPONENT_NAME=		heat
    27 COMPONENT_NAME=		heat
    28 COMPONENT_CODENAME=	havana
    28 COMPONENT_CODENAME=	havana
    36 COMPONENT_BUGDB=	service/heat
    36 COMPONENT_BUGDB=	service/heat
    37 IPS_COMPONENT_VERSION=	0.$(COMPONENT_VERSION) 
    37 IPS_COMPONENT_VERSION=	0.$(COMPONENT_VERSION) 
    38 
    38 
    39 TPNO=			18176
    39 TPNO=			18176
    40 
    40 
    41 include $(WS_TOP)/make-rules/prep.mk
    41 include $(WS_MAKE_RULES)/prep.mk
    42 include $(WS_TOP)/make-rules/setup.py.mk
    42 include $(WS_MAKE_RULES)/setup.py.mk
    43 include $(WS_TOP)/make-rules/ips.mk
    43 include $(WS_MAKE_RULES)/ips.mk
    44 
    44 
    45 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    45 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    46 
    46 
    47 # Since this is an app, and doesn't provide any public library interfaces, we
    47 # Since this is an app, and doesn't provide any public library interfaces, we
    48 # only need to deliver one version.  The manifest is parameterized, though.
    48 # only need to deliver one version.  The manifest is parameterized, though.
    59 # tests require mox, discover, testtools, testrepository,
    59 # tests require mox, discover, testtools, testrepository,
    60 # testscenarios, sphinx and oslo.sphinx some of which have not yet
    60 # testscenarios, sphinx and oslo.sphinx some of which have not yet
    61 # integrated
    61 # integrated
    62 test:		$(NO_TESTS)
    62 test:		$(NO_TESTS)
    63 
    63 
    64 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    65 
    64 
    66 include $(WS_TOP)/make-rules/depend.mk
    65 REQUIRED_PACKAGES += library/python/eventlet-26
       
    66 REQUIRED_PACKAGES += library/python/oslo.config-26
       
    67 REQUIRED_PACKAGES += library/python/setuptools-26
       
    68 REQUIRED_PACKAGES += library/python/sqlalchemy-migrate-26
       
    69 REQUIRED_PACKAGES += shell/bash
       
    70 REQUIRED_PACKAGES += system/core-os