summaryrefslogtreecommitdiff
path: root/gnu/packages/django.scm
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2016-10-23 22:22:34 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2016-11-15 22:32:02 +0100
commitbac6816879248864d28f71c02414e89f071a81fe (patch)
tree69d08c7f738428e2dfa8b5a14e0583b7d909a8d2 /gnu/packages/django.scm
parentde5bc89093895744e9d0cdcf26c9b3bc971a8f0e (diff)
downloadpatches-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.scm3
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