pkgsrc-WIP-changes archive

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

py-num2words, py-delegator: Move dependency where it belongs



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Sep 29 11:45:35 2025 +0200
Changeset:	f0620fa9817ea1a059041b0610aee4198c1cb496

Modified Files:
	py-delegator/Makefile
	py-num2words/Makefile

Log Message:
py-num2words, py-delegator: Move dependency where it belongs

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

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

diffstat:
 py-delegator/Makefile | 1 +
 py-num2words/Makefile | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-delegator/Makefile b/py-delegator/Makefile
index 3a24ebfe19..d536dfb2e7 100644
--- a/py-delegator/Makefile
+++ b/py-delegator/Makefile
@@ -11,6 +11,7 @@ COMMENT=	Subprocesses for Humans 2.0
 LICENSE=	mit
 
 TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+DEPENDS+=	${PYPKGPREFIX}-pexpect>=4.1.0:../../devel/py-pexpect
 
 WHEEL_NAME=	${DISTNAME:S/./_/}
 
diff --git a/py-num2words/Makefile b/py-num2words/Makefile
index 495ce9a1f4..4dfff69200 100644
--- a/py-num2words/Makefile
+++ b/py-num2words/Makefile
@@ -13,7 +13,6 @@ LICENSE=	gnu-lgpl-v2
 TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=	${PYPKGPREFIX}-docopt>=0.6.2:../../devel/py-docopt
 TEST_DEPENDS+=	${PYPKGPREFIX}-delegator>=0:../../wip/py-delegator
-TEST_DEPENDS+=	${PYPKGPREFIX}-pexpect>=0:../../devel/py-pexpect
 
 USE_LANGUAGES=	# none
 


Home | Main Index | Thread Index | Old Index