diff --git a/build.sh b/build.sh
index 4620a52c22e701854554f8f83f6dcdba743a6e04..690e9c0ec3ef33e44c6a3eeeafbb40cd08db8e1a 100755
--- a/build.sh
+++ b/build.sh
@@ -186,7 +186,12 @@ build_docs()
       record_event "no metadata at '$build_dir/autobuild-package.xml'"
   fi
   end_section "Autobuild metadata"
-  record_dependencies_graph # defined in build.sh
+  if [ "$arch" != "Linux" ]
+  then
+      record_dependencies_graph # defined in build.sh
+  else
+      echo "TBD - skipping linux graph (probable python version dependency)" 1>&2
+  fi
   end_section "Building Documentation"
 }