commit:     91a5331e16658802f7e474068286fb61272e09a6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  2 13:02:41 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 13:10:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a5331e

dev-python/pygresql: Add a missing dep on postgresql server

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pygresql/pygresql-6.0.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-python/pygresql/pygresql-6.0.ebuild 
b/dev-python/pygresql/pygresql-6.0.ebuild
index 77673b4cec61..fbf1e03646d5 100644
--- a/dev-python/pygresql/pygresql-6.0.ebuild
+++ b/dev-python/pygresql/pygresql-6.0.ebuild
@@ -25,6 +25,11 @@ KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~sparc x86"
 
 DEPEND="${POSTGRES_DEP}"
 RDEPEND="${DEPEND}"
+BDEPEND="
+       test? (
+               dev-db/postgresql[server]
+       )
+"
 
 PATCHES=(
        "${FILESDIR}"/${PN}-5.2-CFLAGS.patch

Reply via email to