mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: pootle: Don't require python-pytest-warnings.
* gnu/packages/django.scm (pootle)[native-inputs]: Replace PYTHON2-PYTEST-WARNINGS with PYTHON2-PYTEST.
This commit is contained in:
parent
40899635cd
commit
c8ccf7c5c8
1 changed files with 1 additions and 1 deletions
|
@ -707,7 +707,7 @@ (define-public pootle
|
|||
("stemming" ,python2-stemming)
|
||||
("translate-toolkit" ,python2-translate-toolkit)))
|
||||
(native-inputs
|
||||
`(("python2-pytest-warnings" ,python2-pytest-warnings)
|
||||
`(("python2-pytest" ,python2-pytest)
|
||||
("python2-pytest-django" ,python2-pytest-django)
|
||||
("python2-pytest-catchlog" ,python2-pytest-catchlog)
|
||||
("python2-pytest-cov" ,python2-pytest-cov)
|
||||
|
|
Loading…
Reference in a new issue