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

Unified Diff: tools/telemetry/telemetry/util/external_modules.py

Issue 820603002: [Telemetry] Make psutil use the new external_modules helper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « tools/telemetry/telemetry/core/platform/android_platform_backend.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/util/external_modules.py
diff --git a/tools/telemetry/telemetry/util/external_modules.py b/tools/telemetry/telemetry/util/external_modules.py
index 6a504aeb353121d37f2bebe8c1ff150389511b9c..92faf59395dc143f1898ccbed2101e042601f8f9 100644
--- a/tools/telemetry/telemetry/util/external_modules.py
+++ b/tools/telemetry/telemetry/util/external_modules.py
@@ -9,6 +9,7 @@ from distutils import version
MODULES = {
'cv2': (version.StrictVersion('2.4.8'), version.StrictVersion('3.0.0')),
'numpy': (version.StrictVersion('1.6.1'), None),
+ 'psutil': (version.StrictVersion('0.5.0'), None),
}
def ImportRequiredModule(module):
« no previous file with comments | « tools/telemetry/telemetry/core/platform/android_platform_backend.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698