diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-04 09:08:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-04 09:41:58 +0200 |
commit | 09c5ece62c0bca2fbcb4f39162b25862f4c10d83 (patch) | |
tree | e229e4b4b687a44ed0c9d6da7c80e0731c7b56ee /sci-biology/biopython | |
parent | dev-python/python3-openid: Use slot for dev-python/psycopg (diff) | |
download | gentoo-09c5ece62c0bca2fbcb4f39162b25862f4c10d83.tar.gz gentoo-09c5ece62c0bca2fbcb4f39162b25862f4c10d83.tar.bz2 gentoo-09c5ece62c0bca2fbcb4f39162b25862f4c10d83.zip |
sci-biology/biopython: Use slot for dev-python/psycopg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-biology/biopython')
-rw-r--r-- | sci-biology/biopython/biopython-1.79.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/biopython/biopython-1.79.ebuild b/sci-biology/biopython/biopython-1.79.ebuild index cef9a670130a..a2939330806e 100644 --- a/sci-biology/biopython/biopython-1.79.ebuild +++ b/sci-biology/biopython/biopython-1.79.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -55,7 +55,7 @@ python_install_all() { pkg_postinst() { optfeature_header "For database support you need to install:" optfeature "MySQL database support" dev-python/mysqlclient - optfeature "PostgreSQL database support" dev-python/psycopg + optfeature "PostgreSQL database support" dev-python/psycopg:2 optfeature_header "Some applications need extra packages:" optfeature "EMBOSS (The European Molecular Biology Open Software Suite)" sci-biology/emboss |