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