git: 8b5f30b6de5d - main - mail/py-aiosmtpd: Add missing dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Jan 2022 18:52:26 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b5f30b6de5dce432f8c23ef6d00fa1a31443a7e commit 8b5f30b6de5dce432f8c23ef6d00fa1a31443a7e Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2022-01-16 18:49:37 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2022-01-16 18:52:01 +0000 mail/py-aiosmtpd: Add missing dependencies PR: 254733 Reported by: radi-sh <masamory7 __at__ gmail.com> --- mail/py-aiosmtpd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mail/py-aiosmtpd/Makefile b/mail/py-aiosmtpd/Makefile index 4cb720d7b8ed..eb4654afc40d 100644 --- a/mail/py-aiosmtpd/Makefile +++ b/mail/py-aiosmtpd/Makefile @@ -9,7 +9,9 @@ COMMENT= Asyncio based SMTP server LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atpublic>=0:devel/py-atpublic@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atpublic>=0:devel/py-atpublic@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist distutils