diff options
author | Sam James <sam@gentoo.org> | 2021-10-24 07:34:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-24 07:34:56 +0000 |
commit | f774f5b707ca3ac73680cc21478c97db4da0e281 (patch) | |
tree | 664d99ff6d4b1a0028921583c93bddeb3a7aecfd /dev-db/pgadmin4 | |
parent | dev-python/psycopg: restore 2.8.6-r1 (diff) | |
download | gentoo-f774f5b707ca3ac73680cc21478c97db4da0e281.tar.gz gentoo-f774f5b707ca3ac73680cc21478c97db4da0e281.tar.bz2 gentoo-f774f5b707ca3ac73680cc21478c97db4da0e281.zip |
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@gentoo.org>
Diffstat (limited to 'dev-db/pgadmin4')
-rw-r--r-- | dev-db/pgadmin4/pgadmin4-4.29-r3.ebuild (renamed from dev-db/pgadmin4/pgadmin4-4.29-r2.ebuild) | 2 | ||||
-rw-r--r-- | dev-db/pgadmin4/pgadmin4-4.30-r3.ebuild (renamed from dev-db/pgadmin4/pgadmin4-4.30-r2.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 index cb8a06a71304..a6bd089b32fb 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 index e81e8e3863f2..d8bca3fedc7f 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}] |