dev-python/cfn-python-lint: Add missing mock dep

Closes: https://bugs.gentoo.org/723700
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-11-14 22:00:49 +01:00
parent 1f18bb0a23
commit 7fb5ebc9e1
2 changed files with 14 additions and 0 deletions

View File

@@ -27,6 +27,13 @@ RDEPEND="
>=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
>=dev-python/six-1.11[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/mock[${PYTHON_USEDEP}]
)
"
distutils_enable_tests unittest
PATCHES=(
"${FILESDIR}/cfn-python-lint-0.30.1-tests.patch"

View File

@@ -27,6 +27,13 @@ RDEPEND="
>=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
>=dev-python/six-1.11[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/mock[${PYTHON_USEDEP}]
)
"
distutils_enable_tests unittest
PATCHES=(
"${FILESDIR}/cfn-python-lint-0.30.1-tests.patch"