Fix base class for py-pyserial (#8633)
This commit is contained in:
parent
30a6a17507
commit
6c24f686ce
@ -25,7 +25,7 @@
|
||||
from spack import *
|
||||
|
||||
|
||||
class PyPyserial(Package):
|
||||
class PyPyserial(PythonPackage):
|
||||
"""Python Serial Port Extension"""
|
||||
|
||||
homepage = "https://github.com/pyserial/pyserial"
|
||||
|
Loading…
Reference in New Issue
Block a user