Index: tools/autotool.py
===================================================================
--- tools/autotool.py	(revision d2f75eb31efa7109d60f52eb578fddc21c8d1e2d)
+++ tools/autotool.py	(revision 0582039dbf52225392c65f80c1ce4179f8aaf149)
@@ -350,18 +350,4 @@
 	check_app([common['STRIP'], "--version"], "GNU strip", details)
 
-def check_python():
-	"Check for Python dependencies"
-
-	try:
-		sys.stderr.write("Checking for PyYAML ... ")
-		import yaml
-	except ImportError:
-		print_error(["PyYAML is missing.",
-		             "",
-		             "Please make sure that it is installed in your",
-		             "system (usually part of PyYAML package)."])
-
-	sys.stderr.write("ok\n")
-
 def decode_value(value):
 	"Decode integer value"
@@ -648,6 +634,4 @@
 			if (config['INTEGRATED_AS'] == "no"):
 				common['CC'] += " -no-integrated-as"
-
-		check_python()
 
 		# Platform-specific utilities
