diff options
author | adam <adam@pkgsrc.org> | 2021-12-30 13:43:39 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-12-30 13:43:39 +0000 |
commit | 7592e462d4018081a32f6aba55fc684480e1f135 (patch) | |
tree | 5e301d2af5d29ba9ac7a25b08b22497e1d01b7fc | |
parent | aacf6eb468364e41bdb5f316cb81354cfdd0b40d (diff) | |
download | pkgsrc-7592e462d4018081a32f6aba55fc684480e1f135.tar.gz |
bpython: forget about py-dataclasses
-rw-r--r-- | devel/bpython/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/bpython/Makefile b/devel/bpython/Makefile index 9ee5b0ea230..7ec903526ce 100644 --- a/devel/bpython/Makefile +++ b/devel/bpython/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2021/11/09 10:12:36 adam Exp $ +# $NetBSD: Makefile,v 1.31 2021/12/30 13:43:39 adam Exp $ DISTNAME= bpython-0.22.1 CATEGORIES= devel python @@ -27,9 +27,6 @@ USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/pyversion.mk" -.if ${_PYTHON_VERSION} < 37 -DEPENDS+= ${PYPKGPREFIX}-dataclasses-[0-9]*:../../devel/py-dataclasses -.endif .if ${_PYTHON_VERSION} < 38 DEPENDS+= ${PYPKGPREFIX}-backports.cached-property-[0-9]*:../../devel/py-backports.cached-property .endif |