diff -r e20e9cf97325 -r e76241a68272 components/python/python34/Makefile --- a/components/python/python34/Makefile Mon Feb 02 14:59:54 2015 -0800 +++ b/components/python/python34/Makefile Tue Feb 03 09:36:03 2015 -0800 @@ -172,7 +172,8 @@ # between tests. # COMPONENT_TEST_ENV = EXTRATESTOPTS="-v -uall,-network $(TESTOPTS_PYTHON_TEST)" -COMPONENT_TEST_ENV += PATH="$(PATH)" +# The distutils tests need $CC in $PATH. +COMPONENT_TEST_ENV += PATH="$(SPRO_VROOT)/bin:$(PATH)" # Prevent the tests from getting stuck waiting for input. COMPONENT_TEST_TARGETS = test < /dev/null