Skip to content

Commit

Permalink
py-build: unclog for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
adam committed Aug 1, 2022
1 parent e8d64ad commit 614cc75
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions devel/py-build/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2022/07/30 20:21:32 tnn Exp $
# $NetBSD: Makefile,v 1.9 2022/08/01 08:12:36 adam Exp $

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

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

post-install:
Expand Down

0 comments on commit 614cc75

Please sign in to comment.