pkgsrc-WIP-changes archive

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

py-codecov: Adjusted dependency on py-coverage.



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Wed May 1 13:46:05 2019 +0000
Changeset:	95fe289bfcb2c9cfc08339ab5a562a3b8e8021cc

Modified Files:
	py-codecov/Makefile

Log Message:
py-codecov: Adjusted dependency on py-coverage.

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

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

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

diffs:
diff --git a/py-codecov/Makefile b/py-codecov/Makefile
index 6a0ffee663..583d059910 100644
--- a/py-codecov/Makefile
+++ b/py-codecov/Makefile
@@ -14,7 +14,7 @@ post-install:
 	cd ${DESTDIR}${PREFIX}/bin && ${MV} codecov codecov-${PYVERSSUFFIX}
 
 DEPENDS+=   ${PYPKGPREFIX}-requests>=2.7.9:../../devel/py-requests
-DEPENDS+=   ${PYPKGPREFIX}-coverage:../../devel/py-coverage
+DEPENDS+=   ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index