dev-python/psycopg: python3_8
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 1 Dec 2019 20:41:36 +0000 (21:41 +0100)
committerAaron Bauman <bman@gentoo.org>
Tue, 3 Dec 2019 04:17:51 +0000 (23:17 -0500)
Package-Manager: Portage-2.3.80, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
dev-python/psycopg/psycopg-2.8.3.ebuild

index 4dcde6dd50ef62437eb71f36dcb8679796a01290..96a3b6619ef921895ccb91da792491dc6a85c4c8 100644 (file)
@@ -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"