osmith has submitted this change. (
https://gerrit.osmocom.org/c/pysim/+/34147 )
Change subject: README.md: sort dependencies, document smpp.pdu
......................................................................
README.md: sort dependencies, document smpp.pdu
This dependency is currently only mentioned in requirements.txt, it
makes sense to also document it here.
Change-Id: I89760dd4008829c91fafbd442483d076c92a7ed4
---
M README.md
1 file changed, 21 insertions(+), 8 deletions(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, but someone else must approve
osmith: Looks good to me, approved
diff --git a/README.md b/README.md
index c3c5a25..7801283 100644
--- a/README.md
+++ b/README.md
@@ -73,19 +73,20 @@
Please install the following dependencies:
+ - bidict
+ - cmd2 >= 1.5.0
+ - colorlog
+ - construct >= 2.9.51
+ - gsm0338
+ - jsonpath-ng
+ - packaging
+ - pycryptodomex
- pyscard
- pyserial
- pytlv
- - cmd2 >= 1.5.0
- - jsonpath-ng
- - construct >= 2.9.51
- - bidict
- - gsm0338
- pyyaml >= 5.1
+ - smpp.pdu (from `github.com/hologram-io/smpp.pdu`)
- termcolor
- - colorlog
- - packaging
- - pycryptodomex
Example for Debian:
```sh
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/34147
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I89760dd4008829c91fafbd442483d076c92a7ed4
Gerrit-Change-Number: 34147
Gerrit-PatchSet: 1
Gerrit-Owner: Florian Klink <flokli(a)flokli.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: merged