gnu: Remove python2-glob2.

* gnu/packages/python-xyz.scm (python2-glob2): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:44:48 -04:00
parent ce7fa258e5
commit e3bbddc406
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -23189,9 +23189,6 @@ (define-public python-glob2
Glob2 currently based on the glob code from Python 3.3.1.")
(license license:bsd-2)))
(define-public python2-glob2
(package-with-python2 python-glob2))
(define-public python-gipc
(package
(name "python-gipc")