Date: Mon, 6 Feb 2023 16:28:22 GMT From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0aa9469cbb01 - main - print/py-pydyf: fix missing requirement Message-ID: <202302061628.316GSMrS044848@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pi: URL: https://cgit.FreeBSD.org/ports/commit/?id=0aa9469cbb010cb92d83b5fa70c5d2f06a8d52f1 commit 0aa9469cbb010cb92d83b5fa70c5d2f06a8d52f1 Author: Kurt Jaeger <pi@FreeBSD.org> AuthorDate: 2023-02-06 16:26:33 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2023-02-06 16:28:00 +0000 print/py-pydyf: fix missing requirement --- print/py-pydyf/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/print/py-pydyf/Makefile b/print/py-pydyf/Makefile index 63f84cc46a70..a35354118d26 100644 --- a/print/py-pydyf/Makefile +++ b/print/py-pydyf/Makefile @@ -10,6 +10,8 @@ WWW= https://doc.courtbouillon.org/pydyf/ LICENSE= BSD +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit>=3.8.0:devel/py-flit@${PY_FLAVOR} + USES= python:3.6+ USE_PYTHON= pep517 autoplist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302061628.316GSMrS044848>