~ruther/guix-local

ad6ad493c74b0079291866194abf9afdbc4c43dc — Hugo Buddelmeijer a month ago 4f03b2f
gnu: python-forbiddenfruit: Fix build.

* gnu/packages/python-xyz.scm (python-forbiddenfruit): Fix build.
[arguments]<#:phases>: Updated 'check phase so the coverage part is skipped.
[native-inputs]: Remove python-coverage.

Change-Id: I034a0be6dc87eb8b5a6d0c3029c5e4ffed43be28
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -2
@@ 29776,8 29776,9 @@ that take parsers as their arguments and return them as result values.")
          (replace 'check
            (lambda* (#:key tests? #:allow-other-keys)
              (when tests?
                (invoke "make" "SKIP_DEPS=1")))))))
    (native-inputs (list python-coverage python-pynose python-setuptools))
                (invoke "make" "prepare" "SKIP_DEPS=1")
                (invoke "nosetests")))))))
    (native-inputs (list python-pynose python-setuptools))
    (home-page "https://github.com/clarete/forbiddenfruit")
    (synopsis "Patch python built-in objects")
    (description "This project allows Python code to extend built-in types.")