From 4a856ff5b3d78b78772ddee556e33e72ae22283b Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Fri, 19 Dec 2014 15:45:30 -0500
Subject: [PATCH] remove vendor directory for cedar-14

---
 bin/steps/python | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/steps/python b/bin/steps/python
index d36b3164..aeddad77 100755
--- a/bin/steps/python
+++ b/bin/steps/python
@@ -16,7 +16,7 @@ fi
 if [ ! $STACK = $CACHED_PYTHON_STACK ]; then
   bpwatch start uninstall_python
     puts-step "Stack changed, re-installing runtime"
-    rm -fr .heroku/python
+    rm -fr .heroku/python .heroku/python-stack .heroku/vendor
     unset SKIP_INSTALL
   bpwatch stop uninstall_python
 fi
-- 
GitLab