diff -r eb6d9a880b40 -r c344422ee38b components/openscap/Makefile --- a/components/openscap/Makefile Wed Mar 11 08:28:16 2015 -0700 +++ b/components/openscap/Makefile Thu Mar 12 07:59:21 2015 -0700 @@ -42,7 +42,10 @@ CFLAGS+= -DNDEBUG CFLAGS+= -DOSCAP_THREAD_SAFE -PYTHON_VERSIONS= 2.7 2.6 +# When Python 2.6 goes away, the _VERSION (singular) line below can go as well, +# as can the COMPONENT_POST_CONFIGURE_ACTION and possibly more. +PYTHON_VERSION= 2.6 +PYTHON_VERSIONS= $(PYTHON2_VERSIONS) include $(WS_MAKE_RULES)/prep.mk include $(WS_MAKE_RULES)/configure.mk