git: 4043e89ea779 - main - mail/py-imaplib2: Fix build with python-3.11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Jan 2024 10:11:06 UTC
The branch main has been updated by wen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4043e89ea779ba1be56ceca7007bf1fc45b95d29
commit 4043e89ea779ba1be56ceca7007bf1fc45b95d29
Author: Wen Heping <wen@FreeBSD.org>
AuthorDate: 2024-01-02 10:06:47 +0000
Commit: Wen Heping <wen@FreeBSD.org>
CommitDate: 2024-01-02 10:10:37 +0000
mail/py-imaplib2: Fix build with python-3.11
PR: 276068
Reported by: wen@
Approved by: maintainer
---
mail/py-imaplib2/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail/py-imaplib2/Makefile b/mail/py-imaplib2/Makefile
index 3f7b58e1a396..f35861153325 100644
--- a/mail/py-imaplib2/Makefile
+++ b/mail/py-imaplib2/Makefile
@@ -11,7 +11,7 @@ WWW= https://github.com/jazzband/imaplib2/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE
-USES= pytest python:3.8-3.9
+USES= pytest python
USE_PYTHON= autoplist distutils
NO_ARCH= yes