mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-26 19:11:46 +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.")
|
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")
|
||||||
|
|||||||
Reference in New Issue
Block a user