components/python/coverage/Makefile
branchs11u3-sru
changeset 7811 9126e6f58cd8
parent 3996 20c0f21bbe1e
equal deleted inserted replaced
7792:ee802f9b5132 7811:9126e6f58cd8
    37 TPNO=			10021
    37 TPNO=			10021
    38 
    38 
    39 # Not Python 3 ready: weird build issues (tries to download & install
    39 # Not Python 3 ready: weird build issues (tries to download & install
    40 # "distribute").  But coverage version 3.7.1 has fixed these issues; it
    40 # "distribute").  But coverage version 3.7.1 has fixed these issues; it
    41 # builds and publishes fine with Python 3.
    41 # builds and publishes fine with Python 3.
    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 
    54 install:	$(INSTALL_32)
    54 install:	$(INSTALL_32)
    55 
    55 
    56 test:		$(NO_TESTS)
    56 test:		$(NO_TESTS)
    57 
    57 
    58 
    58 
    59 REQUIRED_PACKAGES += library/python/setuptools-26
       
    60 REQUIRED_PACKAGES += library/python/setuptools-27
    59 REQUIRED_PACKAGES += library/python/setuptools-27
    61 REQUIRED_PACKAGES += system/library
    60 REQUIRED_PACKAGES += system/library