git: 0aa9469cbb01 - main - print/py-pydyf: fix missing requirement
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Feb 2023 16:28:22 UTC
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