mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: Remove python2-args.
* gnu/packages/python-xyz.scm (python2-args): Delete variable.
This commit is contained in:
parent
83462e1f4c
commit
62aeb46d0d
1 changed files with 0 additions and 3 deletions
|
@ -14923,9 +14923,6 @@ (define-public python-args
|
|||
"This library provides a Python module to parse command-line arguments.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python2-args
|
||||
(package-with-python2 python-args))
|
||||
|
||||
(define-public python-clint
|
||||
(package
|
||||
(name "python-clint")
|
||||
|
|
Loading…
Reference in a new issue