summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-12-16 13:44:02 +0000
committerwiz <wiz@pkgsrc.org>2021-12-16 13:44:02 +0000
commitf577d4bdc389ee86ca945cc45d3f1c62fea8d8a4 (patch)
tree208dcddcfbf24f55d2fb90658d805d37e4c98d59 /multimedia
parent49673a6e5ecaa94858d49a3e131d3a3d8061ca95 (diff)
downloadpkgsrc-f577d4bdc389ee86ca945cc45d3f1c62fea8d8a4.tar.gz
py-iso3166: not for python 3.6
Also mark packages using it that way
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/streamlink/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/streamlink/Makefile b/multimedia/streamlink/Makefile
index c401d41dd2d..cb28e466caa 100644
--- a/multimedia/streamlink/Makefile
+++ b/multimedia/streamlink/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2021/08/01 11:56:13 yhardy Exp $
+# $NetBSD: Makefile,v 1.27 2021/12/16 13:44:02 wiz Exp $
DISTNAME= streamlink-2.3.0
CATEGORIES= multimedia
@@ -11,8 +11,7 @@ HOMEPAGE= https://streamlink.github.io/
COMMENT= Tool that pipes video streams into a video player
LICENSE= 2-clause-bsd
-
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-iso3166
.include "../../lang/python/egg.mk"