Fix base class for py-pyserial (#8633)

This commit is contained in:
Adam J. Stewart 2018-07-02 22:47:56 -05:00 committed by GitHub
parent 30a6a17507
commit 6c24f686ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
from spack import *
class PyPyserial(Package):
class PyPyserial(PythonPackage):
"""Python Serial Port Extension"""
homepage = "https://github.com/pyserial/pyserial"