mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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.
This commit is contained in:
parent
de5bc89093
commit
bac6816879
1 changed files with 1 additions and 2 deletions
|
@ -142,8 +142,7 @@ (define-public python-pytest-django
|
||||||
`(("python-django" ,python-django)
|
`(("python-django" ,python-django)
|
||||||
("python-setuptools-scm" ,python-setuptools-scm)))
|
("python-setuptools-scm" ,python-setuptools-scm)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-py" ,python-py)
|
`(("python-pytest" ,python-pytest)))
|
||||||
("python-pytest" ,python-pytest)))
|
|
||||||
(home-page "http://pytest-django.readthedocs.org/")
|
(home-page "http://pytest-django.readthedocs.org/")
|
||||||
(synopsis "Django plugin for py.test")
|
(synopsis "Django plugin for py.test")
|
||||||
(description "Pytest-django is a plugin for py.test that provides a set of
|
(description "Pytest-django is a plugin for py.test that provides a set of
|
||||||
|
|
Loading…
Reference in a new issue