~ruther/guix-local

c35a657fe9fac9d02c931a25a7822dc4bb7b2645 — Nicolas Graves 6 months ago e72a72a
gnu: python-notmuch2: Fix tests.

* gnu/packages/mail.scm (python-notmuch2)[native-inputs]: Add
python-pytest, python-pytest-cov, python-setuptools.

Change-Id: I5678b4565fb31a36484b89acaa66b67e0029b262
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/mail.scm
M gnu/packages/mail.scm => gnu/packages/mail.scm +2 -1
@@ 1699,7 1699,6 @@ and search library.")
    (inherit python-notmuch)
    (name "python-notmuch2")
    (version (package-version notmuch))
    (propagated-inputs (list python-cffi))
    (arguments
     (list
      #:phases


@@ 1728,6 1727,8 @@ and search library.")
                 "'/dev/null'")
                (("version=VERSION,")
                 (string-append "version='" #$version "',"))))))))
    (propagated-inputs (list python-cffi))
    (native-inputs (list python-pytest python-pytest-cov python-setuptools))
    (synopsis "Pythonic bindings for the notmuch mail database using CFFI")
    (license license:gpl3+)))