components/python/iniparse/Makefile
branchs11u3-sru
changeset 7811 9126e6f58cd8
parent 4072 db0cec748ec0
equal deleted inserted replaced
7792:ee802f9b5132 7811:9126e6f58cd8
    36 COMPONENT_BUGDB=	python-mod/iniparse
    36 COMPONENT_BUGDB=	python-mod/iniparse
    37 
    37 
    38 TPNO=			21564
    38 TPNO=			21564
    39 
    39 
    40 # Syntax Errors - not Python 3 ready
    40 # Syntax Errors - 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