gnu: Remove python2-humanfriendly.
* gnu/packages/python-xyz.scm (python2-humanfriendly): Delete variable.
This commit is contained in:
parent
2ab90fcf3a
commit
9d6953aa5d
1 changed files with 0 additions and 9 deletions
|
@ -2111,17 +2111,8 @@ text interfaces more user-friendly. It includes tools to parse and format
|
||||||
numbers, file sizes, and timespans, timers for long-running operations, menus
|
numbers, file sizes, and timespans, timers for long-running operations, menus
|
||||||
to allow the user to choose from a list of options, and terminal interaction
|
to allow the user to choose from a list of options, and terminal interaction
|
||||||
helpers.")
|
helpers.")
|
||||||
(properties `((python2-variant . ,(delay python2-humanfriendly))))
|
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python2-humanfriendly
|
|
||||||
(let ((base (package-with-python2
|
|
||||||
(strip-python2-variant python-humanfriendly))))
|
|
||||||
(package/inherit base
|
|
||||||
(propagated-inputs
|
|
||||||
`(("python2-monotonic" ,python2-monotonic)
|
|
||||||
,@(package-propagated-inputs base))))))
|
|
||||||
|
|
||||||
(define-public python-textparser
|
(define-public python-textparser
|
||||||
(package
|
(package
|
||||||
(name "python-textparser")
|
(name "python-textparser")
|
||||||
|
|
Reference in a new issue