diff -r 68aef260e079 -r 35735ffdda43 components/python/troveclient/Makefile --- a/components/python/troveclient/Makefile Thu Feb 12 10:14:29 2015 -0800 +++ b/components/python/troveclient/Makefile Fri Feb 06 16:51:20 2015 -0800 @@ -20,7 +20,7 @@ # # -# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved. # include ../../../make-rules/shared-macros.mk @@ -36,6 +36,9 @@ TPNO= 17305 +# Syntax errors: not Python 3 ready +PYTHON_VERSIONS= 2.7 2.6 + include $(WS_TOP)/make-rules/prep.mk include $(WS_TOP)/make-rules/setup.py.mk include $(WS_TOP)/make-rules/ips.mk