summaryrefslogtreecommitdiff
path: root/chat/tootstream
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-12-30 13:05:27 +0000
committeradam <adam@pkgsrc.org>2021-12-30 13:05:27 +0000
commit2a4aa624ba67ab6f387f6ea74ed58116f72f8029 (patch)
treeba4b2b7073fa0770abcbf886b141067686318df9 /chat/tootstream
parentcb1e461df2dc6b463b6005de0c1c93384dcc85bd (diff)
downloadpkgsrc-2a4aa624ba67ab6f387f6ea74ed58116f72f8029.tar.gz
Forget about Python 3.6
Diffstat (limited to 'chat/tootstream')
-rw-r--r--chat/tootstream/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/tootstream/Makefile b/chat/tootstream/Makefile
index 51391f1735b..df26a597a0c 100644
--- a/chat/tootstream/Makefile
+++ b/chat/tootstream/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2020/12/04 20:45:03 nia Exp $
+# $NetBSD: Makefile,v 1.13 2021/12/30 13:05:28 adam Exp $
DISTNAME= tootstream-0.3.8.1
PKGREVISION= 1
@@ -16,7 +16,7 @@ USE_LANGUAGES= # none
# incompatible with python 2.
# strange locale errors on earlier versions of python 3, related
# to py-click.
-PYTHON_VERSIONS_INCOMPATIBLE+= 27 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= ${PYPKGPREFIX}-click>=6.7:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-colored>=1.3.93:../../textproc/py-colored