Check for smpplib being installed as well

from the docs:
pip3 install git+git://github.com/podshumok/python-smpplib.git

Change-Id: I6be1c961e512e68d5bed8b317d1dda363a58fbe7
This commit is contained in:
Holger Hans Peter Freyther 2018-08-28 15:56:52 +01:00 committed by Holger Freyther
parent 0d45504267
commit 9999d8cc9d
1 changed files with 1 additions and 0 deletions

View File

@ -25,5 +25,6 @@ import yaml
import pydbus
import sqlite3
import sispm
import smpplib
print('dependencies ok')