diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-01 21:41:36 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-12-02 23:17:51 -0500 |
commit | c83a26ec74a34122b7184bc15d5b1712a9c066f0 (patch) | |
tree | b8f3d5773ab790e949de707c22999ac5c0a96299 | |
parent | dev-python/pyproj: python3_8 (diff) | |
download | gentoo-c83a26ec74a34122b7184bc15d5b1712a9c066f0.tar.gz gentoo-c83a26ec74a34122b7184bc15d5b1712a9c066f0.tar.bz2 gentoo-c83a26ec74a34122b7184bc15d5b1712a9c066f0.zip |
dev-python/psycopg: python3_8
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>
-rw-r--r-- | dev-python/psycopg/psycopg-2.8.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |