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

Unified Diff: bootstrap/deps.pyl

Issue 2213143002: Add infra_libs as a bootstrap dependency. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Removed the ugly import hack Created 4 years, 4 months 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
Index: bootstrap/deps.pyl
diff --git a/bootstrap/deps.pyl b/bootstrap/deps.pyl
index 3c9dd1cb708d3afda57f8f0491fb5a3f8249e107..5a00f6a16d2979abe38d94cadce2ab93ef0ffe2d 100644
--- a/bootstrap/deps.pyl
+++ b/bootstrap/deps.pyl
@@ -78,6 +78,12 @@
'rev': 'cb8ae9acf100c9faba02737ac82b31a0152d19e8',
'implicit': True, # Required by cryptography
},
+ 'infra_libs': {
Sergiy Byelozyorov 2016/08/04 22:10:39 Since infra_libs now lives in a separate repo, it
+ 'version': '1.1.0',
+ 'build': '0',
+ 'repo': 'infra/infra/packages/infra_libs',
+ 'rev': 'c3824550799149df1cc078f45f560606b0f7b652',
+ },
'ipaddress': {
'version': '1.0.16',
'build': '0',

Powered by Google App Engine
This is Rietveld 408576698