[python3/python3.3] add BuildRequires: xz-devel (for _lzma module)

dmalcolm dmalcolm at fedoraproject.org
Tue Jul 24 19:00:37 UTC 2012


commit f2b86e2170a1724575c44ac121840ae67ad06c07
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Tue Jul 24 14:59:47 2012 -0400

    add BuildRequires: xz-devel (for _lzma module)

 python3.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/python3.spec b/python3.spec
index 5ee688d..e77335d 100644
--- a/python3.spec
+++ b/python3.spec
@@ -179,10 +179,10 @@ BuildRequires: tk-devel
 BuildRequires: valgrind-devel
 %endif
 
+BuildRequires: xz-devel
 BuildRequires: zlib-devel
 
 
-
 # =======================
 # Source code and patches
 # =======================
@@ -1589,7 +1589,8 @@ _decimal and _lzma modules; make collections modules explicit in payload again
 (upstream issue 11085); add _testbuffer module to tests subpackage (added in
 upstream commit 3f9b3b6f7ff0); fix test failures (patches 160 and 161);
 workaround erroneously shared _sysconfigdata.py upstream issue #14774; fix
-distutils.sysconfig traceback (patch 162)
+distutils.sysconfig traceback (patch 162); add BuildRequires: xz-devel (for
+_lzma module)
 
 * Fri Jun 22 2012 David Malcolm <dmalcolm at redhat.com> - 3.2.3-10
 - use macro for power64 (rhbz#834653)


More information about the scm-commits mailing list