components/openscap/Makefile
changeset 3936 c344422ee38b
parent 3848 51518746d397
child 4262 a41cef0f4f68
--- 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