diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-10-23 22:22:34 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-11-15 22:32:02 +0100 |
commit | bac6816879248864d28f71c02414e89f071a81fe (patch) | |
tree | 69d08c7f738428e2dfa8b5a14e0583b7d909a8d2 /gnu/packages/django.scm | |
parent | de5bc89093895744e9d0cdcf26c9b3bc971a8f0e (diff) | |
download | patches-bac6816879248864d28f71c02414e89f071a81fe.tar patches-bac6816879248864d28f71c02414e89f071a81fe.tar.gz |
gnu: python-pytest-django: Remove needless propagated input "python-py".
This is already propagated by python-pytest.
* gnu/packages/python.scm (python-pytest-django) [propagated-inputs]:
Remove python-py.
Diffstat (limited to 'gnu/packages/django.scm')
-rw-r--r-- | gnu/packages/django.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 2de80353f8..bbb2d71db1 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -142,8 +142,7 @@ with arguments to the field constructor.") `(("python-django" ,python-django) ("python-setuptools-scm" ,python-setuptools-scm))) (propagated-inputs - `(("python-py" ,python-py) - ("python-pytest" ,python-pytest))) + `(("python-pytest" ,python-pytest))) (home-page "http://pytest-django.readthedocs.org/") (synopsis "Django plugin for py.test") (description "Pytest-django is a plugin for py.test that provides a set of |