mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-09 02:35:54 +02:00
gnu: Remove python2-reparser.
* gnu/packages/python-xyz.scm (python2-reparser): Delete variable.
This commit is contained in:
@@ -24447,14 +24447,6 @@ are not supported.")
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user