aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2023-06-04 17:46:45 +0000
committerThierry Thomas <thierry@FreeBSD.org>2023-06-04 17:48:00 +0000
commit93a6a291a52b4bf1fbf54b14d03544c06df84aee (patch)
tree31b5031a50d37924af4733405fc5e4acdf07906f
parent854917b699519e655f2ef469940051e57a59372d (diff)
downloadports-93a6a291a52b4bf1fbf54b14d03544c06df84aee.tar.gz
ports-93a6a291a52b4bf1fbf54b14d03544c06df84aee.zip
astro/kosmorro: fix build with poetry
Reported by: pkg-fallout
-rw-r--r--astro/kosmorro/Makefile1
1 files changed, 1 insertions, 0 deletions
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}\