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: Thu, 14 Oct 2021 20:22:23
Message-Id: 1634242936.498c644259af797f79bb18cee978605c8c987099.Alessandro-Barbieri@gentoo
1 commit: 498c644259af797f79bb18cee978605c8c987099
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu Oct 14 20:00:09 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Thu Oct 14 20:22:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=498c6442
7
8 dev-python/psycopg2cffi: add missing dependency
9
10 Closes: https://bugs.gentoo.org/818070
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
13
14 dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild
18 index 27f0fe3c5..fb2addfe8 100644
19 --- a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild
20 +++ b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild
21 @@ -20,6 +20,7 @@ KEYWORDS="~amd64"
22
23 RDEPEND="
24 dev-db/postgresql:*
25 + dev-python/six[${PYTHON_USEDEP}]
26 virtual/python-cffi[${PYTHON_USEDEP}]
27 "
28 DEPEND="${RDEPEND}"