pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-astutils: add missing tool dependency



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Aug 5 15:35:09 2025 +0200
Changeset:	61cbef9003bc35567dffac451c36762a301377ff

Modified Files:
	py-astutils/Makefile

Log Message:
py-astutils: add missing tool dependency

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=61cbef9003bc35567dffac451c36762a301377ff

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-astutils/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/py-astutils/Makefile b/py-astutils/Makefile
index eb3dbfe3b4..a7548c765b 100644
--- a/py-astutils/Makefile
+++ b/py-astutils/Makefile
@@ -10,12 +10,11 @@ HOMEPAGE=	https://github.com/johnyf/astutils
 COMMENT=	Utilities for abstract syntax trees and parsing with PLY
 LICENSE=	modified-bsd
 
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=	ply>=3.4<=3.10:../../devel/ply
 TEST_DEPENDS+=	${PYPKGPREFIX}-test>=4.6.11:../../devel/py-test
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index