Chromium Code Reviews| 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'), |