gnu: Remove python2-reparser.
* gnu/packages/python-xyz.scm (python2-reparser): Delete variable.
This commit is contained in:
parent
85fcfd59d4
commit
359d5ebf10
1 changed files with 0 additions and 8 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue