components/python/glanceclient/Makefile
changeset 4984 7145b15b7f0d
parent 4339 6501cf9c29f9
child 5405 66fd59fecd68
equal deleted inserted replaced
4983:db2589571faa 4984:7145b15b7f0d
    36 COMPONENT_BUGDB=	service/glance
    36 COMPONENT_BUGDB=	service/glance
    37 
    37 
    38 TPNO=			21731
    38 TPNO=			21731
    39 
    39 
    40 # Depends on keystoneclient & oslo.utils which are not Python 3 ready.
    40 # Depends on keystoneclient & oslo.utils which are not Python 3 ready.
    41 PYTHON_VERSIONS=	2.7 2.6
    41 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    42 
    42 
    43 include $(WS_MAKE_RULES)/prep.mk
    43 include $(WS_MAKE_RULES)/prep.mk
    44 include $(WS_MAKE_RULES)/setup.py.mk
    44 include $(WS_MAKE_RULES)/setup.py.mk
    45 include $(WS_MAKE_RULES)/ips.mk
    45 include $(WS_MAKE_RULES)/ips.mk
    46 
    46