components/python/pecan/Makefile
changeset 4984 7145b15b7f0d
parent 4460 e5811789e2fb
child 6814 77e140597bcb
equal deleted inserted replaced
4983:db2589571faa 4984:7145b15b7f0d
    36 COMPONENT_BUGDB=	python-mod/pecan
    36 COMPONENT_BUGDB=	python-mod/pecan
    37 
    37 
    38 TPNO=			22205
    38 TPNO=			22205
    39 
    39 
    40 # Depends on logutils and webtest which are not Python 3 ready.
    40 # Depends on logutils and webtest which are 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 
    58 install:	$(INSTALL_NO_ARCH)
    58 install:	$(INSTALL_NO_ARCH)
    59 
    59 
    60 test:		$(TEST_NO_ARCH)
    60 test:		$(TEST_NO_ARCH)
    61 
    61 
    62 
    62 
    63 REQUIRED_PACKAGES += library/python/setuptools-26
       
    64 REQUIRED_PACKAGES += library/python/setuptools-27
    63 REQUIRED_PACKAGES += library/python/setuptools-27