fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/pysim/+/33070
)
Change subject: setup.py: fix syntax errors (missing commas)
......................................................................
setup.py: fix syntax errors (missing commas)
Change-Id: Ia53a659ad9652d582e2bf4a039a3e18631435072
Fixes: 2b15e315 "setup: add missing pyyaml to setup.py and README.md"
Fixes: 93aac3ab "pySim-shell: fix compatibility problem with cmd2 >= 2.0.0
(Settable)"
---
M setup.py
1 file changed, 14 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/70/33070/1
diff --git a/setup.py b/setup.py
index 4b39c63..d14ebc6 100644
--- a/setup.py
+++ b/setup.py
@@ -17,11 +17,11 @@
"construct >= 2.9.51",
"bidict",
"gsm0338",
- "pyyaml >= 5.1"
+ "pyyaml >= 5.1",
"termcolor",
"colorlog",
- "pycryptodome"
- "packaging"
+ "pycryptodome",
+ "packaging",
],
scripts=[
'pySim-prog.py',
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/33070
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ia53a659ad9652d582e2bf4a039a3e18631435072
Gerrit-Change-Number: 33070
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange