components/python/pycurl/Makefile
branchs11u3-sru
changeset 7811 9126e6f58cd8
parent 3996 20c0f21bbe1e
equal deleted inserted replaced
7792:ee802f9b5132 7811:9126e6f58cd8
    39 PATCH_LEVEL = 0
    39 PATCH_LEVEL = 0
    40 
    40 
    41 TPNO=			5912
    41 TPNO=			5912
    42 
    42 
    43 # Syntax issues: not Python 3 ready.
    43 # Syntax issues: not Python 3 ready.
    44 PYTHON_VERSIONS=	2.7 2.6
    44 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    45 
    45 
    46 include $(WS_MAKE_RULES)/prep.mk
    46 include $(WS_MAKE_RULES)/prep.mk
    47 include $(WS_MAKE_RULES)/setup.py.mk
    47 include $(WS_MAKE_RULES)/setup.py.mk
    48 include $(WS_MAKE_RULES)/ips.mk
    48 include $(WS_MAKE_RULES)/ips.mk
    49 
    49