summaryrefslogtreecommitdiff
path: root/comms/py-rich/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-12-30 12:12:53 +0000
committeradam <adam@pkgsrc.org>2021-12-30 12:12:53 +0000
commitcb1e461df2dc6b463b6005de0c1c93384dcc85bd (patch)
treee405d20bfdfe49c8010f957607e88aeb85801c68 /comms/py-rich/Makefile
parent1a3eb4c26f7bdb40f32ee920a110089af691f0d9 (diff)
downloadpkgsrc-cb1e461df2dc6b463b6005de0c1c93384dcc85bd.tar.gz
py-dataclasses: removed; was Python 3.6 onlu
Diffstat (limited to 'comms/py-rich/Makefile')
-rw-r--r--comms/py-rich/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/comms/py-rich/Makefile b/comms/py-rich/Makefile
index 66c20e5b92c..e161c078b6b 100644
--- a/comms/py-rich/Makefile
+++ b/comms/py-rich/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2021/12/10 08:54:54 adam Exp $
+# $NetBSD: Makefile,v 1.18 2021/12/30 12:12:53 adam Exp $
DISTNAME= rich-10.15.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,9 +17,6 @@ DEPENDS+= ${PYPKGPREFIX}-pygments>=2.6.0:../../textproc/py-pygments
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} == 36
-DEPENDS+= ${PYPKGPREFIX}-dataclasses>=0.7:../../devel/py-dataclasses
-.endif
.if ${_PYTHON_VERSION} < 38
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4:../../devel/py-typing-extensions
.endif