summaryrefslogtreecommitdiff
path: root/www/py-autobahn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-autobahn/Makefile')
-rw-r--r--www/py-autobahn/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/py-autobahn/Makefile b/www/py-autobahn/Makefile
index 8f780988e1f..da47a9e3e0b 100644
--- a/www/py-autobahn/Makefile
+++ b/www/py-autobahn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2019/09/17 08:43:21 adam Exp $
+# $NetBSD: Makefile,v 1.28 2019/09/26 10:05:57 wiz Exp $
DISTNAME= autobahn-19.9.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,6 +18,9 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.3.0:../../devel/py-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8.6:../../devel/py-test
TEST_ENV+= USE_ASYNCIO=1
+# some problems with python-2.7
+# https://github.com/crossbario/autobahn-python/issues/1249
+
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"