gnu: python-urwidtrees: Don't use setuptools.
* gnu/packages/python-xyz.scm (python-urwidtrees)[arguments]: Build without setuptools.
This commit is contained in:
parent
c83640728c
commit
26bb7fc627
1 changed files with 2 additions and 1 deletions
|
@ -5632,7 +5632,8 @@ features useful for text console applications.")
|
||||||
"1n1kpidvkdnsqyb82vlvk78gmly96kh8351lqxn2pzgwwns6fml2"))))
|
"1n1kpidvkdnsqyb82vlvk78gmly96kh8351lqxn2pzgwwns6fml2"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no tests
|
'(#:use-setuptools? #f
|
||||||
|
#:tests? #f)) ; no tests
|
||||||
(propagated-inputs `(("python-urwid" ,python-urwid)))
|
(propagated-inputs `(("python-urwid" ,python-urwid)))
|
||||||
(home-page "https://github.com/pazz/urwidtrees")
|
(home-page "https://github.com/pazz/urwidtrees")
|
||||||
(synopsis "Tree widgets for urwid")
|
(synopsis "Tree widgets for urwid")
|
||||||
|
|
Reference in a new issue