gnu: Remove python2-simplejson.

* gnu/packages/python-xyz.scm (python2-simplejson): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-01 02:52:49 -04:00
parent d6c43683cf
commit 3bf50750fc
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2724,9 +2724,6 @@ (define-public python-simplejson
Python 3.3+.")
(license license:x11)))
(define-public python2-simplejson
(package-with-python2 python-simplejson))
(define-public python-pyicu
(package