osmith submitted this change.

View Change


Approvals: Jenkins Builder: Verified fixeria: Looks good to me, but someone else must approve osmith: Looks good to me, approved
setup.py: fix package name

The package providing the serial python module seems to be called
pyserial, which also matches what's written in requirements.txt.

Change-Id: I71ef6a19a487101e552219f10f2fa6215b966abd
---
M setup.py
1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index f776443..620e246 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@
description='Tools related to SIM/USIM/ISIM cards',
install_requires=[
"pyscard",
- "serial",
+ "pyserial",
"pytlv",
"cmd2 >= 1.5.0",
"jsonpath-ng",

To view, visit change 34146. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I71ef6a19a487101e552219f10f2fa6215b966abd
Gerrit-Change-Number: 34146
Gerrit-PatchSet: 1
Gerrit-Owner: Florian Klink <flokli@flokli.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis@fe80.eu>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-MessageType: merged