components/python/enum/Makefile
changeset 4984 7145b15b7f0d
parent 4460 e5811789e2fb
child 6410 3ae42b2b5dad
equal deleted inserted replaced
4983:db2589571faa 4984:7145b15b7f0d
    36 COMPONENT_BUGDB=	python-mod/enum34
    36 COMPONENT_BUGDB=	python-mod/enum34
    37 
    37 
    38 TPNO=			21360
    38 TPNO=			21360
    39 
    39 
    40 # enum34 is superfluous in Python 3.4
    40 # enum34 is superfluous in Python 3.4
    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