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:
Marius Bakke 2018-02-01 10:37:31 +01:00
parent 40899635cd
commit c8ccf7c5c8
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ static files.")
("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)