pkgsrc-WIP-changes archive

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

py-mozrunner: setuptools dep added



Module Name:	pkgsrc-wip
Committed By:	Mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Sun Jan 19 17:52:50 2025 +0530
Changeset:	a9b5dc79fe0ea9868838dac7cc8190554cfc4548

Modified Files:
	py-mozrunner/Makefile

Log Message:
py-mozrunner: setuptools dep added

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

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

diffstat:
 py-mozrunner/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/py-mozrunner/Makefile b/py-mozrunner/Makefile
index a055f4d7bb..fa2d9048c0 100644
--- a/py-mozrunner/Makefile
+++ b/py-mozrunner/Makefile
@@ -10,6 +10,7 @@ HOMEPAGE=	https://wiki.mozilla.org/Auto-tools/Projects/Mozbase
 COMMENT=	Reliable start/stop/configuration of Mozilla Applications
 LICENSE=	mpl-2.0
 
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=	${PYPKGPREFIX}-mozdevice>=4.0.0:../../wip/py-mozdevice
 DEPENDS+=	${PYPKGPREFIX}-mozfile>=1.2:../../wip/py-mozfile
 DEPENDS+=	${PYPKGPREFIX}-mozinfo>=0.7:../../wip/py-mozinfo


Home | Main Index | Thread Index | Old Index