diff options
author | adam <adam@pkgsrc.org> | 2021-12-30 13:05:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-12-30 13:05:27 +0000 |
commit | 2a4aa624ba67ab6f387f6ea74ed58116f72f8029 (patch) | |
tree | ba4b2b7073fa0770abcbf886b141067686318df9 /net/py-aiorpcX/Makefile | |
parent | cb1e461df2dc6b463b6005de0c1c93384dcc85bd (diff) | |
download | pkgsrc-2a4aa624ba67ab6f387f6ea74ed58116f72f8029.tar.gz |
Forget about Python 3.6
Diffstat (limited to 'net/py-aiorpcX/Makefile')
-rw-r--r-- | net/py-aiorpcX/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-aiorpcX/Makefile b/net/py-aiorpcX/Makefile index 2a0e75fcb19..48a7a74c926 100644 --- a/net/py-aiorpcX/Makefile +++ b/net/py-aiorpcX/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2021/11/23 21:07:18 adam Exp $ +# $NetBSD: Makefile,v 1.5 2021/12/30 13:05:40 adam Exp $ DISTNAME= aiorpcX-0.22.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-websockets-[0-9]*:../../www/py-websockets USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 36 +PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |