From 0f416824738a0a797c783fea492b84d9cff137b1 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Thu, 17 Feb 2022 17:30:00 -0800 Subject: [PATCH] Remove use of distutils in docs Makefile. The current usage only works if `python` is Python 2.x since the syntax is invalid on Python 3.x. When running on Python 3.x it would either be missing, or if Python 2.x was also present, incorrect. --- docs/docsite/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docsite/Makefile b/docs/docsite/Makefile index e8c1e8fae15..ddece410dfd 100644 --- a/docs/docsite/Makefile +++ b/docs/docsite/Makefile @@ -1,5 +1,4 @@ OS := $(shell uname -s) -SITELIB = $(shell python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"): PLUGIN_FORMATTER=../../hacking/build-ansible.py docs-build TESTING_FORMATTER=../bin/testing_formatter.sh KEYWORD_DUMPER=../../hacking/build-ansible.py document-keywords