From: Andreas Sturmlechner Date: Sun, 1 Dec 2019 20:41:36 +0000 (+0100) Subject: dev-python/psycopg: python3_8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c83a26ec74a34122b7184bc15d5b1712a9c066f0;p=gentoo.git dev-python/psycopg: python3_8 Package-Manager: Portage-2.3.80, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner Signed-off-by: Aaron Bauman --- diff --git a/dev-python/psycopg/psycopg-2.8.3.ebuild b/dev-python/psycopg/psycopg-2.8.3.ebuild index 4dcde6dd50ef..96a3b6619ef9 100644 --- a/dev-python/psycopg/psycopg-2.8.3.ebuild +++ b/dev-python/psycopg/psycopg-2.8.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) inherit distutils-r1 flag-o-matic @@ -23,7 +23,7 @@ RDEPEND=">=dev-db/postgresql-8.1:*" DEPEND="${RDEPEND} doc? ( >=dev-python/pygments-2.2[${PYTHON_USEDEP}] - >=dev-python/sphinx-1.6[${PYTHON_USEDEP}] + >=dev-python/sphinx-1.6 )" RESTRICT="test"