pkgsrc-WIP-changes archive

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

py-codecov: Added missing dependencies.



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Tue Apr 30 13:59:39 2019 +0000
Changeset:	c3a64d07ed85dd309e8f5cb4ca65dbbde0cae4e6

Modified Files:
	py-codecov/Makefile

Log Message:
py-codecov: Added missing dependencies.

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

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

diffstat:
 py-codecov/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/py-codecov/Makefile b/py-codecov/Makefile
index bfab6431f5..6a0ffee663 100644
--- a/py-codecov/Makefile
+++ b/py-codecov/Makefile
@@ -13,5 +13,8 @@ LICENSE=	apache-2.0
 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
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index