efraim pushed a commit to branch master
in repository guix.
commit 26bb7fc627cb4839e7ed73f6b0784635bf5a10e1
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Jan 6 09:35:27 2020 +0200
gnu: python-urwidtrees: Don't use setuptools.
* gnu/packages/python-xyz.scm (python-urwidtrees)[arguments]: Build
without setuptools.
---
gnu/packages/python-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index eeb073e..56deb57 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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")