3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/python-xyz.scm (python-urwidtrees)[arguments]: Build
without setuptools.
This commit is contained in:
Efraim Flashner 2020-01-06 09:35:27 +02:00
parent c83640728c
commit 26bb7fc627
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

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")