From 93a6a291a52b4bf1fbf54b14d03544c06df84aee Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sun, 4 Jun 2023 19:46:45 +0200 Subject: [PATCH] astro/kosmorro: fix build with poetry Reported by: pkg-fallout --- astro/kosmorro/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/astro/kosmorro/Makefile b/astro/kosmorro/Makefile index a2bbc829712eb..e107f3dc5defb 100644 --- a/astro/kosmorro/Makefile +++ b/astro/kosmorro/Makefile @@ -15,6 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}termcolor>0:devel/py-termcolor@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}kosmorrolib>0:astro/py-kosmorrolib@${PY_FLAVOR}\ + ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR}\