Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(814)

Unified Diff: bootstrap/update_vendoring.py

Issue 2520493003: Vendor virtualenv, update to 15.1.0. (Closed)
Patch Set: Fix cache directory usage, now hermetic w/ deps-dir. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bootstrap/bootstrap.py ('k') | bootstrap/virtualenv/.gitignore » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bootstrap/update_vendoring.py
diff --git a/bootstrap/update_vendoring.py b/bootstrap/update_vendoring.py
index ded848aa5fe6862e2bbac3db80c99a46b965f9d1..a7c76dbce68d4c3ddef0704a0e1d9fe69a4d1d51 100755
--- a/bootstrap/update_vendoring.py
+++ b/bootstrap/update_vendoring.py
@@ -277,6 +277,12 @@ class _RegenerateLocalProtobufs(_ActionBase):
_ACTIONS = (
_VendoredPipPackage(
+ 'bootstrap/virtualenv',
+ name='virtualenv',
+ version='15.1.0'),
+ )
+
+ _VendoredPipPackage(
'recipe_engine/third_party/six',
name='six',
version='1.10.0'),
« no previous file with comments | « bootstrap/bootstrap.py ('k') | bootstrap/virtualenv/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698