Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2025 19:39:13 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d072eaa15503 - main - textproc/py-pylatexenc: Fix build by adding missing dependency
Message-ID:  <202509231939.58NJdD0w060531@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

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

commit d072eaa15503b0ea0a02dfeea735c1c083ee52d7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-09-23 19:34:59 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-09-23 19:39:10 +0000

    textproc/py-pylatexenc: Fix build by adding missing dependency
    
    Reported by:    fallout
---
 textproc/py-pylatexenc/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/py-pylatexenc/Makefile b/textproc/py-pylatexenc/Makefile
index 479f6394413c..e08374d7010d 100644
--- a/textproc/py-pylatexenc/Makefile
+++ b/textproc/py-pylatexenc/Makefile
@@ -13,7 +13,8 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} \
-		${PY_SETUPTOOLS}
+		${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	pep517 autoplist pytest


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509231939.58NJdD0w060531>