gnu: Remove python2-pyusb.

* gnu/packages/libusb.scm (python2-pyusb): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:35:26 -04:00
parent df29eb6500
commit 3f48117a8b
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -300,9 +300,6 @@ (define-public python-pyusb
"PyUSB aims to be an easy to use Python module to access USB devices.") "PyUSB aims to be an easy to use Python module to access USB devices.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public python2-pyusb
(package-with-python2 python-pyusb))
(define-public python-capablerobot-usbhub (define-public python-capablerobot-usbhub
(package (package
(name "python-capablerobot-usbhub") (name "python-capablerobot-usbhub")