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/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/23704 )
Change subject: setup.py: add missing comma in list of dependencies
......................................................................
setup.py: add missing comma in list of dependencies
Change-Id: If93d8c67cdfacc1f30307c8cfb38924fb2cbabbe
---
M setup.py
1 file changed, 1 insertion(+), 1 deletion(-)
  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/04/23704/1
diff --git a/setup.py b/setup.py
index a02e327..e7ab1c9 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
         "pyscard",
         "serial",
         "pytlv",
-        "cmd2"
+        "cmd2",
         "jsonpath-ng"
     ],
     scripts=[
-- 
To view, visit https://gerrit.osmocom.org/c/pysim/+/23704
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: If93d8c67cdfacc1f30307c8cfb38924fb2cbabbe
Gerrit-Change-Number: 23704
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210410/4f788a37/attachment.htm>