components/python/keystoneclient/Makefile
branchs11-update
changeset 3778 35735ffdda43
parent 3661 47545fb8aed4
child 3996 20c0f21bbe1e
equal deleted inserted replaced
3777:68aef260e079 3778:35735ffdda43
    34 COMPONENT_PROJECT_URL=	http://launchpad.net/python-keystoneclient
    34 COMPONENT_PROJECT_URL=	http://launchpad.net/python-keystoneclient
    35 COMPONENT_BUGDB=	service/keystone
    35 COMPONENT_BUGDB=	service/keystone
    36 
    36 
    37 TPNO=			17870
    37 TPNO=			17870
    38 
    38 
       
    39 # Depends on netaddr, which depends on ipython, which is not Python 3 ready.
       
    40 PYTHON_VERSIONS=	2.7 2.6
       
    41 
    39 include $(WS_TOP)/make-rules/prep.mk
    42 include $(WS_TOP)/make-rules/prep.mk
    40 include $(WS_TOP)/make-rules/setup.py.mk
    43 include $(WS_TOP)/make-rules/setup.py.mk
    41 include $(WS_TOP)/make-rules/ips.mk
    44 include $(WS_TOP)/make-rules/ips.mk
    42 
       
    43 # Depends on netaddr, which depends on ipython, which is not Python 3 ready.
       
    44 PYTHON_VERSIONS=	2.7 2.6
       
    45 
    45 
    46 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    46 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    47 
    47 
    48 COMPONENT_POST_INSTALL_ACTION = \
    48 COMPONENT_POST_INSTALL_ACTION = \
    49 	(cd $(PROTO_DIR)/usr/bin ; $(MV) -f keystone keystone-$(PYTHON_VERSION))
    49 	(cd $(PROTO_DIR)/usr/bin ; $(MV) -f keystone keystone-$(PYTHON_VERSION))