pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-websockets Fix building with Python 3.7
details: https://anonhg.NetBSD.org/pkgsrc/rev/93a31fa96d29
branches: trunk
changeset: 382522:93a31fa96d29
user: adam <adam%pkgsrc.org@localhost>
date: Fri Jul 06 08:04:21 2018 +0000
description:
Fix building with Python 3.7
diffstat:
www/py-websockets/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 819f21f11609 -r 93a31fa96d29 www/py-websockets/Makefile
--- a/www/py-websockets/Makefile Fri Jul 06 08:03:11 2018 +0000
+++ b/www/py-websockets/Makefile Fri Jul 06 08:04:21 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2018/06/18 10:46:26 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/07/06 08:04:21 adam Exp $
DISTNAME= websockets-5.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -19,7 +19,7 @@
.if !empty(_PYTHON_VERSION:M35)
PLIST.py35= yes
.endif
-.if !empty(_PYTHON_VERSION:M36)
+.if !empty(_PYTHON_VERSION:M3[67])
PLIST.py35= yes
PLIST.py36= yes
.endif
Home |
Main Index |
Thread Index |
Old Index