gnu: Remove python2-pretend.

* gnu/packages/python-xyz.scm (python2-pretend): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-01 03:21:01 -04:00
parent afdf9e4090
commit cd78abdbe7
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -12195,9 +12195,6 @@ fakes, or doubles. Basically, a stub is an object that returns pre-canned
responses, rather than doing any computation.")
(license license:bsd-3)))
(define-public python2-pretend
(package-with-python2 python-pretend))
(define-public python-pip
(package
(name "python-pip")