pkgsrc-WIP-changes archive

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

py-mozversion: Uncommented and properly formatted dependency



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

Modified Files:
	py-mozversion/Makefile

Log Message:
py-mozversion: Uncommented and properly formatted dependency

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

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

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

diffs:
diff --git a/py-mozversion/Makefile b/py-mozversion/Makefile
index bb06749ac4..a3103ed93e 100644
--- a/py-mozversion/Makefile
+++ b/py-mozversion/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://wiki.mozilla.org/Auto-tools/Projects/Mozbase
 COMMENT=	Library to get version information for applications
 LICENSE=	mpl-2.0
 
-DEPENDS+=	# TODO: mozlog>=6.0
+DEPENDS+=	${PYPKGPREFIX}-mozlog>=6.0:../../wip/py-mozlog
 DEPENDS+=	${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
 
 USE_LANGUAGES=	# none


Home | Main Index | Thread Index | Old Index