diff options
| author | Michał Górny <mgorny@gentoo.org> | 2023-12-02 14:02:41 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-12-02 14:10:59 +0100 |
| commit | 91a5331e16658802f7e474068286fb61272e09a6 (patch) | |
| tree | cd6b707ce9aef13c6169e1e9489349fa3428f832 /dev-python | |
| parent | 8a234b53c4590e1a9dbceba894b3f0f052d4e99c (diff) | |
| download | gentoo-91a5331e16658802f7e474068286fb61272e09a6.tar.gz gentoo-91a5331e16658802f7e474068286fb61272e09a6.tar.bz2 gentoo-91a5331e16658802f7e474068286fb61272e09a6.zip | |
dev-python/pygresql: Add a missing dep on postgresql server
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pygresql/pygresql-6.0.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
