perf build: Remove explicit reference to python 2.x devel files
[platform/kernel/linux-starfive.git] / tools / perf / Makefile.config
index c21bd60..c2504c3 100644 (file)
@@ -886,7 +886,7 @@ else
     else
 
       ifneq ($(feature-libpython), 1)
-        $(call disable-python,No 'Python.h' (for Python 2.x support) was found: disables Python support - please install python-devel/python-dev)
+        $(call disable-python,No 'Python.h' was found: disables Python support - please install python-devel/python-dev)
       else
          LDFLAGS += $(PYTHON_EMBED_LDFLAGS)
          EXTLIBS += $(PYTHON_EMBED_LIBADD)