pkgsrc-WIP-changes archive

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

py-mozinfo: uncommented dependency



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

Modified Files:
	py-mozinfo/Makefile

Log Message:
py-mozinfo: uncommented dependency

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

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

diffstat:
 py-mozinfo/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-mozinfo/Makefile b/py-mozinfo/Makefile
index 11de3058b7..c1e1a79256 100644
--- a/py-mozinfo/Makefile
+++ b/py-mozinfo/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Library to get system information for use in Mozilla testing
 LICENSE=	mpl-1.0
 
 DEPENDS+=	${PYPKGPREFIX}-distro>=1.4.0:../../devel/py-distro
-#DEPENDS+=	${PYPKGPREFIX}-mozfile>=0.12:../../wip/py-mozfile
+DEPENDS+=	${PYPKGPREFIX}-mozfile>=0.12:../../wip/py-mozfile
 
 USE_LANGUAGES=	# none
 


Home | Main Index | Thread Index | Old Index