components/python/waitress/Makefile
changeset 4984 7145b15b7f0d
parent 4339 6501cf9c29f9
child 5682 94c0ca64c022
equal deleted inserted replaced
4983:db2589571faa 4984:7145b15b7f0d
    57 # Tests requires the coverage, nose and unittest2 packages.
    57 # Tests requires the coverage, nose and unittest2 packages.
    58 test:		$(TEST_NO_ARCH)
    58 test:		$(TEST_NO_ARCH)
    59 
    59 
    60 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
    60 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
    61 
    61 
    62 
       
    63 REQUIRED_PACKAGES += library/python/setuptools-26
       
    64 REQUIRED_PACKAGES += library/python/setuptools-27
    62 REQUIRED_PACKAGES += library/python/setuptools-27
    65 REQUIRED_PACKAGES += library/python/setuptools-34
    63 REQUIRED_PACKAGES += library/python/setuptools-34