From d2e2c61c518e721ab4bfc1861044839b57c3e60e Mon Sep 17 00:00:00 2001 From: "Augusto F. Hack" Date: Tue, 1 Mar 2016 09:35:32 -0300 Subject: [PATCH] added pypy-dev special case in pyenv-install to use py27 --- plugins/python-build/bin/pyenv-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/python-build/bin/pyenv-install b/plugins/python-build/bin/pyenv-install index 8839c9fe..ae937903 100755 --- a/plugins/python-build/bin/pyenv-install +++ b/plugins/python-build/bin/pyenv-install @@ -200,7 +200,7 @@ if [ -z "${PYENV_BOOTSTRAP_VERSION}" ]; then done done ;; - "pypy-"*"-src" | "pypy3-"*"-src" ) + "pypy-dev" | "pypy-"*"-src" | "pypy3-"*"-src" ) # PyPy/PyPy3 requires existing Python 2.7 to build if [ -n "${PYENV_RPYTHON_VERSION}" ]; then PYENV_BOOTSTRAP_VERSION="${PYENV_RPYTHON_VERSION}"