mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-django-netfields: Propagate psycopg2.
* gnu/packages/django.scm (python-django-netfields)[propagated-inputs]: Add PYTHON-PSYCOPG2.
This commit is contained in:
parent
63975ea51c
commit
458e972484
1 changed files with 1 additions and 0 deletions
|
@ -1282,6 +1282,7 @@ to ElasticSearch.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-django" ,python-django)
|
`(("python-django" ,python-django)
|
||||||
("python-netaddr" ,python-netaddr)
|
("python-netaddr" ,python-netaddr)
|
||||||
|
("python-psycopg2" ,python-psycopg2)
|
||||||
("python-six" ,python-six)))
|
("python-six" ,python-six)))
|
||||||
(home-page "https://github.com/jimfunk/django-postgresql-netfields")
|
(home-page "https://github.com/jimfunk/django-postgresql-netfields")
|
||||||
(synopsis "PostgreSQL netfields implementation for Django")
|
(synopsis "PostgreSQL netfields implementation for Django")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue