mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-mako: Fix tests.
* gnu/packages/python.scm (python-mako, python2-mako)[native-inputs]: Add PYTHON-PYTEST.
This commit is contained in:
parent
ac72d3d2cc
commit
e435af5c2a
1 changed files with 2 additions and 1 deletions
|
@ -9271,7 +9271,8 @@ (define-public python-mako
|
|||
`(("python-markupsafe" ,python-markupsafe)))
|
||||
(native-inputs
|
||||
`(("python-mock" ,python-mock)
|
||||
("python-nose" ,python-nose)))
|
||||
("python-nose" ,python-nose)
|
||||
("python-pytest" ,python-pytest)))
|
||||
(home-page "http://www.makotemplates.org/")
|
||||
(synopsis "Templating language for Python")
|
||||
(description "Mako is a templating language for Python that compiles
|
||||
|
|
Loading…
Reference in a new issue