components/python/mock/Makefile
branchs11u3-sru
changeset 7811 9126e6f58cd8
parent 3996 20c0f21bbe1e
equal deleted inserted replaced
7792:ee802f9b5132 7811:9126e6f58cd8
    34 
    34 
    35 TPNO=			12679
    35 TPNO=			12679
    36 
    36 
    37 # mock has been subsumed into Python starting with 3.3, so no need to build
    37 # mock has been subsumed into Python starting with 3.3, so no need to build
    38 # it for Python 3.
    38 # it for Python 3.
    39 PYTHON_VERSIONS=	2.7 2.6
    39 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    40 
    40 
    41 include $(WS_MAKE_RULES)/prep.mk
    41 include $(WS_MAKE_RULES)/prep.mk
    42 include $(WS_MAKE_RULES)/setup.py.mk
    42 include $(WS_MAKE_RULES)/setup.py.mk
    43 include $(WS_MAKE_RULES)/ips.mk
    43 include $(WS_MAKE_RULES)/ips.mk
    44 
    44