mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: python-django: Propagate python-sqlparse.
* gnu/packages/django.scm (python-django)[native-inputs]: Move PYTHON-SQLPARSE ... [propagated-inputs]: ... here.
This commit is contained in:
parent
ac3103e8f3
commit
60c964ab75
1 changed files with 5 additions and 2 deletions
|
@ -108,13 +108,16 @@ (define-public python-django
|
|||
("python-pillow" ,python-pillow)
|
||||
("python-pyyaml" ,python-pyyaml)
|
||||
;; optional for tests: ("python-selenium" ,python-selenium)
|
||||
("python-sqlparse" ,python-sqlparse)
|
||||
("python-tblib" ,python-tblib)))
|
||||
(propagated-inputs
|
||||
`(("python-argon2-cffi" ,python-argon2-cffi)
|
||||
("python-asgiref" ,python-asgiref)
|
||||
("python-bcrypt" ,python-bcrypt)
|
||||
("python-pytz" ,python-pytz)))
|
||||
("python-pytz" ,python-pytz)
|
||||
|
||||
;; This input is not strictly required, but in practice many Django
|
||||
;; libraries need it for test suites and similar.
|
||||
("python-sqlparse" ,python-sqlparse)))
|
||||
(home-page "https://www.djangoproject.com/")
|
||||
(synopsis "High-level Python Web framework")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue