pkgsrc-WIP-changes archive

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

py-mozprofile: Uncommented dependencies



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Sat Jul 16 23:34:16 2022 +0530
Changeset:	e74627dc6551842611b18d3da3c7b1f70c8c61b3

Modified Files:
	py-mozprofile/Makefile

Log Message:
py-mozprofile: Uncommented dependencies

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

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

diffstat:
 py-mozprofile/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-mozprofile/Makefile b/py-mozprofile/Makefile
index 911ea99199..07fe735462 100644
--- a/py-mozprofile/Makefile
+++ b/py-mozprofile/Makefile
@@ -10,8 +10,8 @@ HOMEPAGE=	https://firefox-source-docs.mozilla.org/mozbase/mozprofile.html
 COMMENT=	Library to create and modify Mozilla application profiles
 LICENSE=	mpl-2.0
 
-#DEPENDS+=	${PYPKGPREFIX}-mozfile>=1.2:../../wip/py-mozfile
-#DEPENDS+=	${PYPKGPREFIX}-mozlog>=6.0:../../wip/py-mozlog
+DEPENDS+=	${PYPKGPREFIX}-mozfile>=1.2:../../wip/py-mozfile
+DEPENDS+=	${PYPKGPREFIX}-mozlog>=6.0:../../wip/py-mozlog
 DEPENDS+=	${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
 #TEST_DEPENDS+=	# TODO: wptserve>=0
 


Home | Main Index | Thread Index | Old Index