git: 93a6a291a52b - main - astro/kosmorro: fix build with poetry

From: Thierry Thomas <thierry_at_FreeBSD.org>
Date: Sun, 04 Jun 2023 17:48:04 UTC
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=93a6a291a52b4bf1fbf54b14d03544c06df84aee

commit 93a6a291a52b4bf1fbf54b14d03544c06df84aee
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2023-06-04 17:46:45 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2023-06-04 17:48:00 +0000

    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 a2bbc829712e..e107f3dc5def 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}\