gnu: python-mf2py: Add missing input.

* gnu/packages/python-web.scm (python-mf2py)[native-inputs]: Add
python-mock.
This commit is contained in:
Efraim Flashner 2023-06-12 20:54:57 +03:00
parent 0ea096ae23
commit 5c66be3c17
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -8101,7 +8101,7 @@ (define-public python-mf2py
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke "pytest" "-vv" "test")))))))
(native-inputs (list python-pytest))
(native-inputs (list python-mock python-pytest))
(propagated-inputs
(list python-beautifulsoup4 python-html5lib python-requests))
(home-page "https://github.com/microformats/mf2py")