diff --git a/general/genutils/gtk-doc.xml b/general/genutils/gtk-doc.xml
index c0d2dc849c..9f58f4b0e3 100644
--- a/general/genutils/gtk-doc.xml
+++ b/general/genutils/gtk-doc.xml
@@ -84,6 +84,11 @@
six(for some tests)
+ Required (runtime)
+
+
+
+
User Notes:
diff --git a/general/prog/python-modules.xml b/general/prog/python-modules.xml
index 596375e1ab..3b24cf284e 100644
--- a/general/prog/python-modules.xml
+++ b/general/prog/python-modules.xml
@@ -120,6 +120,11 @@
+
+
+
+
+
@@ -184,4 +189,7 @@
+
+
diff --git a/general/prog/six.xml b/general/prog/six.xml
new file mode 100644
index 0000000000..e5a71d41e6
--- /dev/null
+++ b/general/prog/six.xml
@@ -0,0 +1,143 @@
+
+
+ %general-entities;
+
+
+
+
+
+
+
+]>
+
+
+
+
+ six-&six-version;
+
+
+ six
+
+
+
+ Introduction to Six Module
+
+
+ Six is a Python 2 and 3 compatibility library.
+
+
+ &lfs81_checked;
+
+
+ Package Information
+
+
+
+ Download (HTTP):
+
+
+
+
+ Download (FTP):
+
+
+
+
+ Download MD5 sum: &six-md5sum;
+
+
+
+
+ Download size: &six-size;
+
+
+
+
+ Estimated disk space required: &six-buildsize;
+
+
+
+
+ Estimated build time: &six-time;
+
+
+
+
+ Six Dependencies
+
+ Required Dependencies
+
+ and/or
+
+
+
+
+ User Notes:
+
+
+
+
+ Installation of six
+
+
+ Install six for Python2 by running
+ the following commands:
+
+
+python2 setup.py build
+
+
+ This package does not come with a test suite.
+
+
+
+ Now, as the root user:
+
+
+python2 setup.py install --optimize=1
+
+
+ Install six for Python3 by running
+ the following commands:
+
+
+python3 setup.py build
+
+
+ This package does not come with a test suite.
+
+
+
+ Now, as the root user:
+
+
+python3 setup.py install --optimize=1
+
+
+
+
+ Contents
+
+
+ Installed Programs
+ Installed Module
+ Installed Directories
+
+
+
+ None
+
+
+ six.py
+
+
+ /usr/lib/python2.7/site-packages/six-1.10.0-py2.7.egg and/or
+ /usr/lib/python3.6/site-packages/six-1.10.0-py3.6.egg
+
+
+
+
+
+
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index ea46f1f693..878a1db874 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -45,6 +45,10 @@
August 21st, 2017
+
+ [bdubbs] - Add six-1.10.0 as a runtime dependency
+ for gtk-doc.
+
[dj] - Update to pango-1.40.10. Fixes
#9627.
diff --git a/packages.ent b/packages.ent
index 6aeba41262..129c0660f5 100644
--- a/packages.ent
+++ b/packages.ent
@@ -408,6 +408,7 @@
+