~ruther/guix-local

c8ccf7c5c8bbd5e1ed09d39179d2e760a9f20d50 — Marius Bakke 8 years ago 4089963
gnu: pootle: Don't require python-pytest-warnings.

* gnu/packages/django.scm (pootle)[native-inputs]: Replace
PYTHON2-PYTEST-WARNINGS with PYTHON2-PYTEST.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/django.scm
M gnu/packages/django.scm => gnu/packages/django.scm +1 -1
@@ 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)