py-gitdb2: Use TEST_DEPENDS instead of BUILD_DEPENDS

This commit is contained in:
Leonardo Taccari 2019-12-17 12:24:59 +01:00
parent 6fe0c08625
commit d42d2b2163
1 changed files with 1 additions and 2 deletions

View File

@ -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"