gnu: python-pypdf2: Return #t from all phases.

* gnu/packages/pdf.scm (python-pypdf2)[arguments]: Substitute INVOKE for
SYSTEM*.
master
Tobias Geerinckx-Rice 2018-06-24 12:06:29 +02:00
parent 55492129f5
commit 60b8846692
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -906,7 +906,7 @@ converter using the Poppler and Cairo libraries.")
#t))
(replace 'check
(lambda _
(zero? (system* "python" "-m" "unittest" "Tests.tests")))))))
(invoke "python" "-m" "unittest" "Tests.tests"))))))
(home-page "http://mstamy2.github.com/PyPDF2")
(synopsis "Pure Python PDF toolkit")
(description "PyPDF2 is a pure Python PDF library capable of: