gnu: Remove python2-smmap.

* gnu/packages/python-xyz.scm (python2-smmap): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:46:56 -04:00
parent ece691528c
commit 4ac9208922
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -21315,9 +21315,6 @@ (define-public python-smmap
window memory map manager.")
(license license:bsd-3)))
(define-public python2-smmap
(package-with-python2 python-smmap))
(define-public python-regex
(package
(name "python-regex")