summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chat/py-mastodon/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/py-mastodon/Makefile b/chat/py-mastodon/Makefile
index b90751ad8ed..58fbe6676c3 100644
--- a/chat/py-mastodon/Makefile
+++ b/chat/py-mastodon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/07/25 18:59:08 nia Exp $
+# $NetBSD: Makefile,v 1.4 2018/07/31 15:54:26 nia Exp $
VERSION= 1.2.2
DISTNAME= Mastodon.py-${VERSION}
@@ -14,6 +14,9 @@ LICENSE= mit
EXTRACT_USING= bsdtar
USE_LANGUAGES= # none
+# collision with the async keyword, issues/120
+PYTHON_VERSIONS_INCOMPATIBLE+= 37
+
DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz