From b9dafe1cd3d801f9545edaab39a11cd6b2b5710d Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 28 Nov 2022 21:09:34 +0000 Subject: [PATCH] add BDEP on py-setuptools --- databases/mongodb/Makefile.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/databases/mongodb/Makefile.inc b/databases/mongodb/Makefile.inc index 5136c328e20..8ef7f92a41c 100644 --- a/databases/mongodb/Makefile.inc +++ b/databases/mongodb/Makefile.inc @@ -61,8 +61,11 @@ LIB_DEPENDS += archivers/snappy \ TEST_DEPENDS += databases/py-mongo${MODPY_FLAVOR} # - can't cope with OpenBSD's nameser.h with ancient defines, plus uses -# res_ninit/res_nclose which are not supported by the libc resolver -BUILD_DEPENDS += devel/py-cheetah${MODPY_FLAVOR} \ +# res_ninit/res_nclose which are not supported by the libc resolver, +# so use libbind +BUILD_DEPENDS += \ + devel/py-cheetah${MODPY_FLAVOR} \ + devel/py-setuptools${MODPY_FLAVOR} \ net/libbind \ textproc/py-yaml${MODPY_FLAVOR}