components/python/cherrypy/Makefile
changeset 4984 7145b15b7f0d
parent 4847 05ee227964f9
child 5109 5d341c4a6b80
equal deleted inserted replaced
4983:db2589571faa 4984:7145b15b7f0d
    37 TPNO=			5881
    37 TPNO=			5881
    38 
    38 
    39 PATCH_LEVEL=0
    39 PATCH_LEVEL=0
    40 
    40 
    41 # This module is not Python 3 ready: syntax issues.
    41 # This module is not Python 3 ready: syntax issues.
    42 PYTHON_VERSIONS = 2.7 2.6
    42 PYTHON_VERSIONS = $(PYTHON2_VERSIONS)
    43 
    43 
    44 include $(WS_MAKE_RULES)/prep.mk
    44 include $(WS_MAKE_RULES)/prep.mk
    45 include $(WS_MAKE_RULES)/setup.py.mk
    45 include $(WS_MAKE_RULES)/setup.py.mk
    46 include $(WS_MAKE_RULES)/ips.mk
    46 include $(WS_MAKE_RULES)/ips.mk
    47 
    47