gnu: Remove python2-pyserial.

* gnu/packages/python-xyz.scm (python2-pyserial): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:47:00 -04:00
parent 674c7b765a
commit c0a8ddc36d
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -17620,9 +17620,6 @@ (define-public python-pyserial
and/or Xon/Xoff. The port is accessed in RAW mode.")
(license license:bsd-3)))
(define-public python2-pyserial
(package-with-python2 python-pyserial))
(define-public python-pyserial-asyncio
(package
(name "python-pyserial-asyncio")