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
This commit is contained in:
Dirk Mueller 2017-09-26 10:15:28 +02:00
parent 0a97e56186
commit 602a057fe0

View File

@ -1 +1,2 @@
dstat
python-psutil