components/openstack/keystone/Makefile
changeset 3817 30b42c38bbc4
parent 3533 0b8107a40da7
child 3998 5bd484384122
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 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=		keystone
    27 COMPONENT_NAME=		keystone
    28 COMPONENT_CODENAME=	havana
    28 COMPONENT_CODENAME=	havana
    37 COMPONENT_BUGDB=	service/keystone
    37 COMPONENT_BUGDB=	service/keystone
    38 IPS_COMPONENT_VERSION=	0.$(COMPONENT_VERSION) 
    38 IPS_COMPONENT_VERSION=	0.$(COMPONENT_VERSION) 
    39 
    39 
    40 TPNO=			17866
    40 TPNO=			17866
    41 
    41 
    42 include $(WS_TOP)/make-rules/prep.mk
    42 include $(WS_MAKE_RULES)/prep.mk
    43 include $(WS_TOP)/make-rules/setup.py.mk
    43 include $(WS_MAKE_RULES)/setup.py.mk
    44 include $(WS_TOP)/make-rules/ips.mk
    44 include $(WS_MAKE_RULES)/ips.mk
    45 
    45 
    46 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    46 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    47 
    47 
    48 # Since this is an app, and doesn't provide any public library interfaces, we
    48 # Since this is an app, and doesn't provide any public library interfaces, we
    49 # only need to deliver one version.  The manifest is parameterized, though.
    49 # only need to deliver one version.  The manifest is parameterized, though.
    56 
    56 
    57 install:	$(INSTALL_NO_ARCH)
    57 install:	$(INSTALL_NO_ARCH)
    58 
    58 
    59 test:		$(NO_TESTS)
    59 test:		$(NO_TESTS)
    60 
    60 
    61 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    62 
    61 
    63 include $(WS_TOP)/make-rules/depend.mk
    62 REQUIRED_PACKAGES += library/python/eventlet-26
       
    63 REQUIRED_PACKAGES += library/python/oslo.config-26
       
    64 REQUIRED_PACKAGES += library/python/pbr-26
       
    65 REQUIRED_PACKAGES += library/python/sqlalchemy-26
       
    66 REQUIRED_PACKAGES += library/python/sqlalchemy-migrate-26
       
    67 REQUIRED_PACKAGES += runtime/python-26
       
    68 REQUIRED_PACKAGES += system/core-os