mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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"))
|
(("setuptools_scm==1.8.0") "setuptools_scm"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
`(("python-django" ,python-django)
|
||||||
|
("python-setuptools-scm" ,python-setuptools-scm)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-py" ,python-py)
|
`(("python-py" ,python-py)
|
||||||
("python-pytest" ,python-pytest)))
|
("python-pytest" ,python-pytest)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue