summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorIsmael Luceno2019-09-28 17:51:58 +0200
committerIsmael Luceno2019-09-28 17:51:58 +0200
commit1c7ad47f07651558d067b7a24d47e33a8520da39 (patch)
tree98aed5d7c8d48227976836e0247d133ff79f95d5 /doc
parent5d420e02676212c39f4597e18c5aa0df4d2d5f1f (diff)
itstool: Fix python3 dependency check
Fixes: c76b8a8fffc1 ("itstool - tweaks for python3")
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/itstool/BUILD7
-rw-r--r--doc/itstool/HISTORY3
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/itstool/BUILD b/doc/itstool/BUILD
index 779f9b33e4..4725c8e835 100755
--- a/doc/itstool/BUILD
+++ b/doc/itstool/BUILD
@@ -1,5 +1,4 @@
-if is_depends_enabled python3;then
- export PYTHON=/usr/bin/python3
-fi
+if is_depends_enabled "$SPELL" python3; then
+ export PYTHON=python3
+fi &&
default_build
-
diff --git a/doc/itstool/HISTORY b/doc/itstool/HISTORY
index 607d9d0982..20c135b8cb 100644
--- a/doc/itstool/HISTORY
+++ b/doc/itstool/HISTORY
@@ -1,3 +1,6 @@
+2019-09-28 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD: fixed python3 dependency check
+
2019-04-06 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 2.0.6