mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
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.")
|
on regular expressions.")
|
||||||
(license license:expat)))
|
(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
|
(define-public python-retrying
|
||||||
(package
|
(package
|
||||||
(name "python-retrying")
|
(name "python-retrying")
|
||||||
|
|
Loading…
Reference in a new issue