pkgsrc-WIP-changes archive

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

py-git: Use TEST_DEPENDS instead of BUILD_DEPENDS



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Dec 17 12:29:40 2019 +0100
Changeset:	b479dbf932f3ebc5785410b9152ac18901d05982

Modified Files:
	py-git/Makefile

Log Message:
py-git: Use TEST_DEPENDS instead of BUILD_DEPENDS

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

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

diffstat:
 py-git/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-git/Makefile b/py-git/Makefile
index f013d1cbcd..e8f6794bb9 100644
--- a/py-git/Makefile
+++ b/py-git/Makefile
@@ -17,10 +17,9 @@ DEPENDS+=	git-base>=1.7.0:../../devel/git-base
 # tests are not intended to be run from pypi distfile,
 # since they operate on GitPython's git repository, see
 # https://github.com/gitpython-developers/GitPython/issues/673
-# TEST_DEPENDS
-BUILD_DEPENDS+=	${PYPKGPREFIX}-ddt-[0-9]*:../../devel/py-ddt
-BUILD_DEPENDS+=	${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-BUILD_DEPENDS+=	${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+TEST_DEPENDS+=	${PYPKGPREFIX}-ddt-[0-9]*:../../devel/py-ddt
+TEST_DEPENDS+=	${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+TEST_DEPENDS+=	${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 
 USE_LANGUAGES=	# none
 


Home | Main Index | Thread Index | Old Index