commit:     f774f5b707ca3ac73680cc21478c97db4da0e281
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 07:34:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 07:34:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f774f5b7

dev-db/pgadmin4: add upper bound on psycopg version

Runtime failures with newer versions.

Bug: https://bugs.gentoo.org/817350
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-db/pgadmin4/{pgadmin4-4.29-r2.ebuild => pgadmin4-4.29-r3.ebuild} | 2 +-
 dev-db/pgadmin4/{pgadmin4-4.30-r2.ebuild => pgadmin4-4.30-r3.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/pgadmin4/pgadmin4-4.29-r2.ebuild 
b/dev-db/pgadmin4/pgadmin4-4.29-r3.ebuild
similarity index 98%
rename from dev-db/pgadmin4/pgadmin4-4.29-r2.ebuild
rename to dev-db/pgadmin4/pgadmin4-4.29-r3.ebuild
index cb8a06a7130..a6bd089b32f 100644
--- a/dev-db/pgadmin4/pgadmin4-4.29-r2.ebuild
+++ b/dev-db/pgadmin4/pgadmin4-4.29-r3.ebuild
@@ -60,7 +60,7 @@ RDEPEND="${COMMON_DEPEND}
                >=dev-python/ldap3-2.5.1[${PYTHON_USEDEP}]
                >=dev-python/passlib-1.7.2[${PYTHON_USEDEP}]
                >=dev-python/psutil-5.7.0[${PYTHON_USEDEP}]
-               >=dev-python/psycopg-2.8[${PYTHON_USEDEP}]
+               <dev-python/psycopg-2.9[${PYTHON_USEDEP}]
                >=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
                >=dev-python/pytz-2020.1[${PYTHON_USEDEP}]
                >=dev-python/simplejson-3.16.0[${PYTHON_USEDEP}]

diff --git a/dev-db/pgadmin4/pgadmin4-4.30-r2.ebuild 
b/dev-db/pgadmin4/pgadmin4-4.30-r3.ebuild
similarity index 98%
rename from dev-db/pgadmin4/pgadmin4-4.30-r2.ebuild
rename to dev-db/pgadmin4/pgadmin4-4.30-r3.ebuild
index e81e8e3863f..d8bca3fedc7 100644
--- a/dev-db/pgadmin4/pgadmin4-4.30-r2.ebuild
+++ b/dev-db/pgadmin4/pgadmin4-4.30-r3.ebuild
@@ -61,7 +61,7 @@ RDEPEND="${COMMON_DEPEND}
                >=dev-python/ldap3-2.5.1[${PYTHON_USEDEP}]
                >=dev-python/passlib-1.7.2[${PYTHON_USEDEP}]
                >=dev-python/psutil-5.7.0[${PYTHON_USEDEP}]
-               >=dev-python/psycopg-2.8[${PYTHON_USEDEP}]
+               <dev-python/psycopg-2.9[${PYTHON_USEDEP}]
                >=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
                >=dev-python/pytz-2020.1[${PYTHON_USEDEP}]
                >=dev-python/simplejson-3.16.0[${PYTHON_USEDEP}]

Reply via email to