From 3bd0a0e7ccdec5d4e428590e5f405eb68387be79 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Thu, 23 Mar 2017 16:03:00 -0400
Subject: [PATCH] no longer needed

---
 builds/runtimes/pypy-5.7.0 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/builds/runtimes/pypy-5.7.0 b/builds/runtimes/pypy-5.7.0
index de074edf..eca02982 100755
--- a/builds/runtimes/pypy-5.7.0
+++ b/builds/runtimes/pypy-5.7.0
@@ -11,4 +11,3 @@ SOURCE_TARBALL='https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.7.0-linux64.t
 curl -L $SOURCE_TARBALL | tar jx
 cp -R pypy2-v5.7.0-linux64/* $OUT_PREFIX
 
-ln $OUT_PREFIX/bin/pypy $OUT_PREFIX/bin/python
-- 
GitLab