[pypy-commit] pypy default: Issue #2676

arigo pypy.commits at gmail.com
Sun Oct 8 02:22:37 EDT 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r92648:08b4e5ae6bfa
Date: 2017-10-08 08:21 +0200
http://bitbucket.org/pypy/pypy/changeset/08b4e5ae6bfa/

Log:	Issue #2676

	Seems that Ubuntu 16.04 should have the same "new" package list.

diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
--- a/pypy/doc/build.rst
+++ b/pypy/doc/build.rst
@@ -119,7 +119,7 @@
 
 To run untranslated tests, you need the Boehm garbage collector libgc.
 
-On recent Debian and Ubuntu (like 17.04), this is the command to install
+On recent Debian and Ubuntu (16.04 onwards), this is the command to install
 all build-time dependencies::
 
     apt-get install gcc make libffi-dev pkg-config zlib1g-dev libbz2-dev \
@@ -127,7 +127,7 @@
     tk-dev libgc-dev python-cffi \
     liblzma-dev libncursesw5-dev     # these two only needed on PyPy3
 
-On older Debian and Ubuntu (12.04 to 16.04)::
+On older Debian and Ubuntu (12.04-14.04)::
 
     apt-get install gcc make libffi-dev pkg-config libz-dev libbz2-dev \
     libsqlite3-dev libncurses-dev libexpat1-dev libssl-dev libgdbm-dev \


More information about the pypy-commit mailing list