summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTreeve Jelbert2019-01-06 13:55:27 +0100
committerTreeve Jelbert2019-01-06 13:55:27 +0100
commitc76b8a8fffc1caa5059c5cfaa9e84b003b0fde1a (patch)
tree40663e164013fe8310688fdfd68f5415c6fd1843 /doc
parent29330145df1aba122831bd424e1ba8eeac92c50f (diff)
itstool - tweaks for python3
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/itstool/BUILD5
-rwxr-xr-xdoc/itstool/DEPENDS2
-rw-r--r--doc/itstool/HISTORY4
3 files changed, 10 insertions, 1 deletions
diff --git a/doc/itstool/BUILD b/doc/itstool/BUILD
new file mode 100755
index 0000000000..779f9b33e4
--- /dev/null
+++ b/doc/itstool/BUILD
@@ -0,0 +1,5 @@
+if is_depends_enabled python3;then
+ export PYTHON=/usr/bin/python3
+fi
+default_build
+
diff --git a/doc/itstool/DEPENDS b/doc/itstool/DEPENDS
index b35789f966..fcbf607c04 100755
--- a/doc/itstool/DEPENDS
+++ b/doc/itstool/DEPENDS
@@ -1,2 +1,2 @@
depends PYTHON &&
-depends libxml2
+depends -sub PYTHON libxml2
diff --git a/doc/itstool/HISTORY b/doc/itstool/HISTORY
index 5b0fdf95e1..1f1035fede 100644
--- a/doc/itstool/HISTORY
+++ b/doc/itstool/HISTORY
@@ -1,3 +1,7 @@
+2019-01-05 Treeve Jelbert <treeve@sourcemage.org>
+ * BUILD: added, fix for python3
+ * DEPENDS: add subdepends PYTHON for libxml2
+
2018-10-31 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 2.0.5
* PRE_BUILD, 0001-Be-more-careful-about-libxml2-memory-management.patch: removed