Check for the sispm dependency

From the commit that added it:

    Using it requires the following extra dependencies:
    $ apt-get install python3-usb
    $ pip3 install pysispm

Change-Id: Id347604f47ac5243b7eae12b9bdf675f2379f4c6
This commit is contained in:
Holger Hans Peter Freyther 2018-08-28 10:17:53 +01:00 committed by Holger Freyther
parent a40bce5981
commit 3f7d8f89f2
1 changed files with 1 additions and 0 deletions

View File

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