me
/
guix
Archived
1
0
Fork 0

gnu: python-urwidtrees: Don't use setuptools.

* gnu/packages/python-xyz.scm (python-urwidtrees)[arguments]: Build
without setuptools.
master
Efraim Flashner 2020-01-06 09:35:27 +02:00
parent c83640728c
commit 26bb7fc627
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -5632,7 +5632,8 @@ features useful for text console applications.")
"1n1kpidvkdnsqyb82vlvk78gmly96kh8351lqxn2pzgwwns6fml2"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ; no tests
'(#:use-setuptools? #f
#:tests? #f)) ; no tests
(propagated-inputs `(("python-urwid" ,python-urwid)))
(home-page "https://github.com/pazz/urwidtrees")
(synopsis "Tree widgets for urwid")