mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: python-pytest-django: Add missing test input.
* gnu/packages/django.scm (python-pytest-django)[native-inputs]: Add python-django.
This commit is contained in:
parent
fa7cd33378
commit
d18c69aa2a
1 changed files with 2 additions and 1 deletions
|
@ -146,7 +146,8 @@ with arguments to the field constructor.")
|
|||
(("setuptools_scm==1.8.0") "setuptools_scm"))
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
||||
`(("python-django" ,python-django)
|
||||
("python-setuptools-scm" ,python-setuptools-scm)))
|
||||
(inputs
|
||||
`(("python-py" ,python-py)
|
||||
("python-pytest" ,python-pytest)))
|
||||
|
|
Loading…
Reference in a new issue