commit:     979636bfc8796c99e2b9c252a002965b1e2b35d2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 15:42:40 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 16:12:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979636bf

dev-python/django: Fix dev-python/psycopg optional dep in 4.2.8+

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/django/django-4.2.8-r1.ebuild | 2 +-
 dev-python/django/django-5.0-r1.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/django/django-4.2.8-r1.ebuild 
b/dev-python/django/django-4.2.8-r1.ebuild
index 2420d13d267e..7cb1ec1b76a5 100644
--- a/dev-python/django/django-4.2.8-r1.ebuild
+++ b/dev-python/django/django-4.2.8-r1.ebuild
@@ -91,7 +91,7 @@ python_install_all() {
 pkg_postinst() {
        optfeature_header "Additional Backend support can be enabled via:"
        optfeature "MySQL backend support" dev-python/mysqlclient
-       optfeature "PostgreSQL backend support" dev-python/psycopg:2
+       optfeature "PostgreSQL backend support" dev-python/psycopg:0
        optfeature_header
        optfeature "GEO Django" "sci-libs/gdal[geos]"
        optfeature "Memcached support" dev-python/pylibmc 
dev-python/python-memcached

diff --git a/dev-python/django/django-5.0-r1.ebuild 
b/dev-python/django/django-5.0-r1.ebuild
index fa0f0a054801..c66819f153be 100644
--- a/dev-python/django/django-5.0-r1.ebuild
+++ b/dev-python/django/django-5.0-r1.ebuild
@@ -90,7 +90,7 @@ python_install_all() {
 pkg_postinst() {
        optfeature_header "Additional Backend support can be enabled via:"
        optfeature "MySQL backend support" dev-python/mysqlclient
-       optfeature "PostgreSQL backend support" dev-python/psycopg:2
+       optfeature "PostgreSQL backend support" dev-python/psycopg:0
        optfeature_header
        optfeature "GEO Django" "sci-libs/gdal[geos]"
        optfeature "Memcached support" dev-python/pylibmc 
dev-python/python-memcached

Reply via email to