dev-db/mongodb: Add missing build dep dev-python/pkg-resources

Bug: https://bugs.gentoo.org/971647
Signed-off-by: Reinhard Biegel <r.biegel@gmx.at>
Part-of: https://github.com/gentoo/gentoo/pull/46121
Closes: https://github.com/gentoo/gentoo/pull/46121
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Reinhard Biegel
2026-04-17 08:42:59 +02:00
committed by Sam James
parent 4ac1f0b10d
commit 70542b8791

View File

@@ -58,6 +58,7 @@ BDEPEND="
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/distro[${PYTHON_USEDEP}]
dev-python/gitpython[${PYTHON_USEDEP}]
dev-python/pkg-resources[${PYTHON_USEDEP}]
dev-python/poetry[${PYTHON_USEDEP}]
dev-python/pymongo[${PYTHON_USEDEP}]
dev-python/tenacity[${PYTHON_USEDEP}]
@@ -90,6 +91,7 @@ python_check_deps() {
python_has_version -b "dev-python/pyyaml[${PYTHON_USEDEP}]" &&
python_has_version -b "dev-python/distro[${PYTHON_USEDEP}]" &&
python_has_version -b "dev-python/gitpython[${PYTHON_USEDEP}]" &&
python_has_version -b "dev-python/pkg-resources[${PYTHON_USEDEP}]" &&
python_has_version -b "dev-python/poetry[${PYTHON_USEDEP}]" &&
python_has_version -b "dev-python/pymongo[${PYTHON_USEDEP}]" &&
python_has_version -b "dev-python/tenacity[${PYTHON_USEDEP}]"