For page cycler netsim tests, make pkg_resources optional (in Web Page
Replay).  The pkg_resources module is part of setuptools (not included
in standard Python).

BUG=
TEST=


Review URL: https://chromiumcodereview.appspot.com/10533129

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142041 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/DEPS b/DEPS
index f27f0dc2..e8f4b463 100644
--- a/DEPS
+++ b/DEPS
@@ -336,7 +336,7 @@
     "/trunk/tools/deps2git@139377",
 
   "src/third_party/webpagereplay":
-    (Var("googlecode_url") % "web-page-replay") + "/trunk@468",
+    (Var("googlecode_url") % "web-page-replay") + "/trunk@476",
 }