components/python/oslo.concurrency/Makefile
branchs11u3-sru
changeset 7811 9126e6f58cd8
parent 6035 c9748fcc32de
equal deleted inserted replaced
7792:ee802f9b5132 7811:9126e6f58cd8
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		oslo.concurrency
    28 COMPONENT_NAME=		oslo.concurrency
    36 COMPONENT_BUGDB=	python-mod/oslo.concurren
    36 COMPONENT_BUGDB=	python-mod/oslo.concurren
    37 
    37 
    38 TPNO=			25717
    38 TPNO=			25717
    39 
    39 
    40 # Depends on oslo.utils which is Python 2 only
    40 # Depends on oslo.utils which is Python 2 only
    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