gnu: python-mf2py: Add missing input.
* gnu/packages/python-web.scm (python-mf2py)[native-inputs]: Add python-mock.master
parent
0ea096ae23
commit
5c66be3c17
|
@ -8101,7 +8101,7 @@ characters in a smarter, more visually pleasing style.")
|
|||
(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")
|
||||
|
|
Reference in New Issue