gnu: Remove python2-reparser.

* gnu/packages/python-xyz.scm (python2-reparser): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 21:21:37 -04:00
parent 85fcfd59d4
commit 359d5ebf10
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -24447,14 +24447,6 @@ (define-public python-reparser
on regular expressions.")
(license license:expat)))
(define-public python2-reparser
(let ((reparser (package-with-python2
(strip-python2-variant python-reparser))))
(package/inherit reparser
(propagated-inputs
`(("python2-enum34" ,python2-enum34)
,@(package-propagated-inputs reparser))))))
(define-public python-retrying
(package
(name "python-retrying")