Browse code

Fix dstat dependencies for memory_tracker on SUSE

Memory_tracker imports psutil, but does not run inside a pip/virtualenv
so the system provided psutil library needs to be provided. This
is matching what is done for other non-SUSE distributions

Change-Id: I96f944730dc8644333d906d71339351b29b03e08

Dirk Mueller authored on 2017/09/26 17:15:28
Showing 1 changed files
... ...
@@ -1 +1,2 @@
1 1
 dstat
2
+python-psutil