Skip to content

Commit

Permalink
PyPy3 packages should be called 'pypy3'
Browse files Browse the repository at this point in the history
  • Loading branch information
JayH5 committed Mar 27, 2017
1 parent 30acbb1 commit 54c3dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -ex
BASE_DIR="/usr/src/pypy"
PYTHON="$(which pypy || which python)"

PYPY_NAME="pypy3.3"
PYPY_NAME="pypy3"
PYPY_RELEASE_VERSION="${PYPY_RELEASE_VERSION:-$PYPY_VERSION}"
PYPY_ARCH="linux64"

Expand Down

0 comments on commit 54c3dc7

Please sign in to comment.