commit: 498c644259af797f79bb18cee978605c8c987099 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Thu Oct 14 20:00:09 2021 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Thu Oct 14 20:22:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=498c6442
dev-python/psycopg2cffi: add missing dependency Closes: https://bugs.gentoo.org/818070 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild index 27f0fe3c5..fb2addfe8 100644 --- a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild +++ b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0.ebuild @@ -20,6 +20,7 @@ KEYWORDS="~amd64" RDEPEND=" dev-db/postgresql:* + dev-python/six[${PYTHON_USEDEP}] virtual/python-cffi[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}"
