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
This commit is contained in:
Florian Klink 2023-08-13 11:48:18 +02:00
parent e6cba76a36
commit 83222abf2e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ setup(
description='Tools related to SIM/USIM/ISIM cards',
install_requires=[
"pyscard",
"serial",
"pyserial",
"pytlv",
"cmd2 >= 1.5.0",
"jsonpath-ng",