[pypy-commit] pypy improve-docs: Make it clear that the lzma module is optional.

mjacob noreply at buildbot.pypy.org
Sun Aug 3 21:41:05 CEST 2014


Author: Manuel Jacob <me at manueljacob.de>
Branch: improve-docs
Changeset: r72673:ef99392021e7
Date: 2014-08-03 21:29 +0200
http://bitbucket.org/pypy/pypy/changeset/ef99392021e7/

Log:	Make it clear that the lzma module is optional.

diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
--- a/pypy/doc/build.rst
+++ b/pypy/doc/build.rst
@@ -61,7 +61,7 @@
 bz2
     libbz2
 
-lzma (required for PyPy3)
+lzma (PyPy3 only)
     liblzma
 
 sqlite3
@@ -84,14 +84,14 @@
     apt-get install gcc make libffi-dev pkg-config libz-dev libbz2-dev \
     libsqlite3-dev libncurses-dev libexpat1-dev libssl-dev
 
-For PyPy3 you will also need ``liblzma-dev``.
+For the optional lzma module on PyPy3 you will also need ``liblzma-dev``.
 
 On Fedora::
 
     yum install gcc make libffi-devel pkgconfig zlib-devel bzip2-devel \
     lib-sqlite3-devel ncurses-devel expat-devel openssl-devel
 
-For PyPy3 you will also need ``xz-devel``.
+For the optional lzma module on PyPy3 you will also need ``xz-devel``.
 
 On Mac OS X, most of these build-time dependencies are installed alongside
 the Developer Tools. However, note that in order for the installation to


More information about the pypy-commit mailing list