devel/py-check-manifest: add missing test depend
"AssertionError: at least one version control system should be installed" Approved by: portmgr blanket
This commit is contained in:
parent
f32a990bb6
commit
9d06702169
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.rst
|
|||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}build>=0.1:devel/py-build@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tomli>=0:textproc/py-tomli@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=3.0.0:devel/py-mock@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
|
||||
git:devel/git
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
|
Loading…
Reference in a new issue