dexter has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/17/32717/1
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"