py-aioresponses: Fix PYTHON_VERSIONS_INCOMPATIBLE.

This commit is contained in:
jperkin 2023-11-29 10:32:45 +00:00
parent d7aff16a4d
commit f2f543bd6b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2023/11/28 17:30:21 adam Exp $
# $NetBSD: Makefile,v 1.8 2023/11/29 10:32:45 jperkin Exp $
DISTNAME= aioresponses-0.7.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@ -19,7 +19,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
PYTHON_VERSIONS_INCOMPATIBLE= 27 38
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"