mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-args: Disable tests and remove python-nose dependency.
* gnu/packages/python-xyz.scm (python-args) [arguments]<#:tests?>: Unset. [native-inputs]: Remove python-nose. Change-Id: I3b42748b25665271b2a1d83f3eaac68e8621f232 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
682dedf479
commit
69d80b31b0
1 changed files with 2 additions and 1 deletions
|
@ -20139,6 +20139,7 @@ minimal and fast API targeting the following uses:
|
|||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #f ; XXX: python-nose is deprecated.
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-args.py
|
||||
|
@ -20146,7 +20147,7 @@ minimal and fast API targeting the following uses:
|
|||
(substitute* "args.py"
|
||||
(("basestring")
|
||||
"str")))))))
|
||||
(native-inputs (list python-nose python-setuptools python-wheel))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://github.com/kennethreitz-archive/args")
|
||||
(synopsis "Command-line argument parser")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue