diff options
author | nia <nia@pkgsrc.org> | 2018-07-31 16:15:33 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2018-07-31 16:15:33 +0000 |
commit | f132d86a524157159b6a08b010beb3ac7f266358 (patch) | |
tree | f9b91c576ca7431a1874d7b4ebca95b78ccfb1ff /chat/tootstream/Makefile | |
parent | ec46b8bd78f6e9dd59402ab69ec6659361d1923c (diff) | |
download | pkgsrc-f132d86a524157159b6a08b010beb3ac7f266358.tar.gz |
chat/tootstream: Add a patch removing the use of the 'async' keyword,
allowing it to be used with Python 3.7.
Diffstat (limited to 'chat/tootstream/Makefile')
-rw-r--r-- | chat/tootstream/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/tootstream/Makefile b/chat/tootstream/Makefile index 6e8b7888f2c..59eb0bfceff 100644 --- a/chat/tootstream/Makefile +++ b/chat/tootstream/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2018/07/31 15:55:16 nia Exp $ +# $NetBSD: Makefile,v 1.3 2018/07/31 16:15:33 nia Exp $ DISTNAME= tootstream-0.3.4 CATEGORIES= chat www @@ -13,7 +13,6 @@ EXTRACT_USING= bsdtar USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE+= 27 -PYTHON_VERSIONS_INCOMPATIBLE+= 37 # mastodon.py DEPENDS+= ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click DEPENDS+= ${PYPKGPREFIX}-colored-[0-9]*:../../textproc/py-colored |