From 1c63e733f80f5ea704e45a5d6a6317607775faf6 Mon Sep 17 00:00:00 2001 From: Samuel Villamonte Date: Tue, 15 Nov 2016 21:29:03 -0500 Subject: [PATCH] Uncomment verify_py35 and ensurepip Don't remember exactly why I had these out, guess it could be something about pip, seems to be working now --- plugins/python-build/share/python-build/pypy3.5-c-jit-latest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/python-build/share/python-build/pypy3.5-c-jit-latest b/plugins/python-build/share/python-build/pypy3.5-c-jit-latest index 3bd8ff51..d7617170 100644 --- a/plugins/python-build/share/python-build/pypy3.5-c-jit-latest +++ b/plugins/python-build/share/python-build/pypy3.5-c-jit-latest @@ -26,7 +26,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in # fi # ;; "linux64" ) - install_nightly_package "pypy3.5-c-jit-latest-linux64" "http://buildbot.pypy.org/nightly/py3.5/pypy-c-jit-latest-linux64.tar.bz2" "pypy-c-jit-*-linux64" "pypy" # verify_py35 ensurepip + install_nightly_package "pypy3.5-c-jit-latest-linux64" "http://buildbot.pypy.org/nightly/py3.5/pypy-c-jit-latest-linux64.tar.bz2" "pypy-c-jit-*-linux64" "pypy" verify_py35 ensurepip ;; #"osx64" ) # install_nightly_package "pypy-c-jit-latest-osx64" "http://buildbot.pypy.org/nightly/py3.5/pypy-c-jit-latest-osx64.tar.bz2" "pypy-c-jit-*-osx64" "pypy" verify_py27 ensurepip