dev-python/libcloud: fix missing mock test dep

Closes:https://bugs.gentoo.org/735920
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: David Denoncin <ddenoncin@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
David Denoncin
2020-08-04 13:22:57 +02:00
committed by Sam James
parent e9451eae0f
commit 1dfa43d207

View File

@@ -15,7 +15,7 @@ SRC_URI="mirror://apache/${PN}/apache-${P}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="examples test"
IUSE="examples"
RDEPEND="
>=dev-python/requests-2.5.0[${PYTHON_USEDEP}]
@@ -23,9 +23,10 @@ RDEPEND="
"
BDEPEND="${RDEPEND}
test? (
dev-python/lockfile[${PYTHON_USEDEP}]
dev-python/requests-mock[${PYTHON_USEDEP}]
>=dev-python/cryptography-2.6.1[${PYTHON_USEDEP}]
dev-python/lockfile[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/requests-mock[${PYTHON_USEDEP}]
)"
S="${WORKDIR}/apache-${P}"