This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Holger Freyther gerrit-no-reply at lists.osmocom.orgHolger Freyther has submitted this change and it was merged. ( https://gerrit.osmocom.org/10644 )
Change subject: Check for the sispm dependency
......................................................................
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
---
M check_dependencies.py
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Pau Espin Pedrol: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/check_dependencies.py b/check_dependencies.py
index d9b857c..ff78fe3 100755
--- a/check_dependencies.py
+++ b/check_dependencies.py
@@ -24,5 +24,6 @@
import yaml
import pydbus
import sqlite3
+import sispm
print('dependencies ok')
--
To view, visit https://gerrit.osmocom.org/10644
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Id347604f47ac5243b7eae12b9bdf675f2379f4c6
Gerrit-Change-Number: 10644
Gerrit-PatchSet: 2
Gerrit-Owner: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180828/83532d15/attachment.htm>