pkgsrc-WIP-changes archive

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

py-mozprocess: setuptools dep added



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

Modified Files:
	py-mozprocess/Makefile

Log Message:
py-mozprocess: 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=89a76312793d34a8aee0a77ff93e18b47bbb32d6

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

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

diffs:
diff --git a/py-mozprocess/Makefile b/py-mozprocess/Makefile
index 1b0bcb84f6..ffe3c3489c 100644
--- a/py-mozprocess/Makefile
+++ b/py-mozprocess/Makefile
@@ -10,6 +10,7 @@ HOMEPAGE=	https://firefox-source-docs.mozilla.org/mozbase/mozprocess.html
 COMMENT=	Mozilla-authored process handling
 LICENSE=	mpl-2.0
 
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=	${PYPKGPREFIX}-mozinfo>=0:../../wip/py-mozinfo
 
 USE_LANGUAGES=	# none


Home | Main Index | Thread Index | Old Index