laforge has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/32717
)
Change subject: setup: add missing pyyaml to setup.py and README.md
......................................................................
setup: add missing pyyaml to setup.py and README.md
Change-Id: I1d35f38b17a315dd58e8dd91a27bfa6c2c85905d
---
M setup.py
1 file changed, 10 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/setup.py b/setup.py
index 17edad9..930ba15 100644
--- a/setup.py
+++ b/setup.py
@@ -17,6 +17,7 @@
"construct >= 2.9.51",
"bidict",
"gsm0338",
+ "pyyaml >= 5.1"
"termcolor",
"colorlog",
"pycryptodome"
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/32717
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I1d35f38b17a315dd58e8dd91a27bfa6c2c85905d
Gerrit-Change-Number: 32717
Gerrit-PatchSet: 3
Gerrit-Owner: dexter <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-CC: fixeria <[email protected]>
Gerrit-MessageType: merged