gnu: Remove python2-pyinotify.

* gnu/packages/python-xyz.scm (python2-pyinotify): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 22:54:56 -04:00
parent 25632fa151
commit 451681e224
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -22446,9 +22446,6 @@ (define-public python-pyinotify
file system events on Linux.")
(license license:expat)))
(define-public python2-pyinotify
(package-with-python2 python-pyinotify))
(define-public python-more-itertools
(package