Skip to content

Commit

Permalink
py-build: mark as BROKEN for py37
Browse files Browse the repository at this point in the history
  • Loading branch information
tnn2 committed Jul 30, 2022
1 parent 3737b9e commit df47e0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions devel/py-build/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2022/06/23 07:26:26 wiz Exp $
# $NetBSD: Makefile,v 1.8 2022/07/30 20:21:32 tnn Exp $

DISTNAME= build-0.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
Expand All @@ -23,7 +23,8 @@ USE_PKG_RESOURCES= yes
.include "../../lang/python/pyversion.mk"

.if ${PYPKGPREFIX} == "py37"
DEPENDS+= ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
#DEPENDS+= ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
BROKEN+= "circular dependency"
.endif

post-install:
Expand Down

0 comments on commit df47e0e

Please sign in to comment.