diff -r e0e4b5ad6cb9 -r 6501cf9c29f9 components/python/waitress/Makefile --- a/components/python/waitress/Makefile Thu May 21 08:56:12 2015 -0700 +++ b/components/python/waitress/Makefile Thu May 21 13:48:49 2015 -0700 @@ -57,6 +57,8 @@ # Tests requires the coverage, nose and unittest2 packages. test: $(TEST_NO_ARCH) +system-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED) + REQUIRED_PACKAGES += library/python/setuptools-26 REQUIRED_PACKAGES += library/python/setuptools-27