Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/psycopg2cffi/
Date: Sat, 09 Oct 2021 17:00:58
Message-Id: 1633798852.0f384cf262c2d97fe4a6170a0714671ac8c51b6d.Alessandro-Barbieri@gentoo
1 commit: 0f384cf262c2d97fe4a6170a0714671ac8c51b6d
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 9 16:51:51 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sat Oct 9 17:00:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f384cf2
7
8 dev-python/psycopg2cffi: add postgresql dependency
9
10 Closes: https://bugs.gentoo.org/817170
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild
17 index 6d228c88d..356c12ae7 100644
18 --- a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild
19 +++ b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild
20 @@ -18,7 +18,8 @@ LICENSE="LGPL-3+"
21 SLOT="0"
22 KEYWORDS="~amd64"
23
24 -DEPEND="
25 +RDEPEND="
26 + dev-db/postgresql
27 virtual/python-cffi[${PYTHON_USEDEP}]
28 "
29 -RDEPEND="${DEPEND}"
30 +DEPEND="${RDEPEND}"