pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-gitdb2: 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:24:59 2019 +0100
Changeset: d42d2b2163a95d8dbc74b009579c9aee6c1a8eb5
Modified Files:
py-gitdb2/Makefile
Log Message:
py-gitdb2: 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=d42d2b2163a95d8dbc74b009579c9aee6c1a8eb5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-gitdb2/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diffs:
diff --git a/py-gitdb2/Makefile b/py-gitdb2/Makefile
index 2d2b90a05f..242c346f13 100644
--- a/py-gitdb2/Makefile
+++ b/py-gitdb2/Makefile
@@ -13,8 +13,7 @@ LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-smmap2-[0-9]*:../../wip/py-smmap2
# Tests are not intended to be run from pypi distfile, but git repository
# https://github.com/gitpython-developers/gitdb/issues/42
-# TEST_DEPENDS
-BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index