Skip to content

Commit bc8d071

Browse files
committed
py-mailman-hyperkitty: Fix python versions.
1 parent 4d75a45 commit bc8d071

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mail/py-mailman-hyperkitty/Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.4 2024/10/14 06:45:47 wiz Exp $
1+
# $NetBSD: Makefile,v 1.5 2024/11/27 10:48:59 jperkin Exp $
22

33
DISTNAME= mailman-hyperkitty-1.2.1
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,5 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-zope.interface-[0-9]*:../../devel/py-zope.interface
1616

1717
USE_LANGUAGES= # none
1818

19+
PYTHON_VERSIONS_ACCEPTED= 312 311 310
20+
1921
.include "../../lang/python/egg.mk"
2022
.include "../../mk/bsd.pkg.mk"

0 commit comments

Comments
 (0)