diff --git a/chapter08/python.xml b/chapter08/python.xml index de3817cf0..4907d7b3a 100644 --- a/chapter08/python.xml +++ b/chapter08/python.xml @@ -43,6 +43,12 @@ Installation of Python 3 + Fix a regression that causes issues in BLFS packages like + pyatspi: + +sed -e "/self.namespaceURI =/i\ self.ownerDocument = None" \ + -i Lib/xml/dom/minidom.py + Prepare Python for compilation: ./configure --prefix=/usr \