aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2022-01-16 18:49:37 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2022-01-16 18:52:01 +0000
commit8b5f30b6de5dce432f8c23ef6d00fa1a31443a7e (patch)
tree83f9914e4331da899e94e367aa2e532506d3136c
parentdc18e84004abbf027ed81240bd5d81af4c847979 (diff)
downloadports-8b5f30b6de5dce432f8c23ef6d00fa1a31443a7e.tar.gz
ports-8b5f30b6de5dce432f8c23ef6d00fa1a31443a7e.zip
mail/py-aiosmtpd: Add missing dependencies
PR: 254733 Reported by: radi-sh <masamory7 __at__ gmail.com>
-rw-r--r--mail/py-aiosmtpd/Makefile4
1 files changed, 3 insertions, 1 deletions
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