aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:26 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:26 +0000
commit7d71ddfa2b3911145e1c4b7a1c3b9f3c893a6f44 (patch)
treeec57125f7fb855fb9d41701b48b8d80514baac05
parentfb79b44355c34071362e23293f133ef1521e4842 (diff)
downloadports-7d71ddfa2b3911145e1c4b7a1c3b9f3c893a6f44.tar.gz
ports-7d71ddfa2b3911145e1c4b7a1c3b9f3c893a6f44.zip
mail/py-rfc6555: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket) With hat: python
-rw-r--r--mail/py-rfc6555/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/py-rfc6555/Makefile b/mail/py-rfc6555/Makefile
index b765f3b6301d..8c03a99679d5 100644
--- a/mail/py-rfc6555/Makefile
+++ b/mail/py-rfc6555/Makefile
@@ -11,12 +11,12 @@ WWW= https://github.com/sethmlarson/rfc6555
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= pytest python
+USES= python
# github port since tests are not included in sdist
# https://github.com/sethmlarson/rfc6555/pull/8
USE_GITHUB= yes
GH_ACCOUNT= sethmlarson
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist distutils pytest
NO_ARCH= yes