components/python/twisted-web2/Makefile
changeset 4984 7145b15b7f0d
parent 4587 a814ef000c8b
equal deleted inserted replaced
4983:db2589571faa 4984:7145b15b7f0d
    36 COMPONENT_BUGDB=	python-mod/twisted-web2
    36 COMPONENT_BUGDB=	python-mod/twisted-web2
    37 
    37 
    38 TPNO=			9693
    38 TPNO=			9693
    39 
    39 
    40 # Depends on twisted, which is not Python 3 ready.
    40 # Depends on twisted, which is 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