mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-python/python-memcached: Add missing dep on mock
Closes: https://bugs.gentoo.org/745483 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -20,7 +20,12 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
|
||||
|
||||
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
|
||||
BDEPEND="test? ( net-misc/memcached )"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
net-misc/memcached
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests nose
|
||||
|
||||
|
||||
Reference in New Issue
Block a user