Date: Sun, 4 Jun 2023 17:48:04 GMT From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 93a6a291a52b - main - astro/kosmorro: fix build with poetry Message-ID: <202306041748.354Hm4IT059194@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}\
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306041748.354Hm4IT059194>