commit: e72adfe0f15e058495c253407b9a2352528b5f70
Author: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue May 25 08:52:03 2021 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue May 25 10:37:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e72adfe0
dev-python/aspectlib: drop unneeded test dep
Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/aspectlib/aspectlib-1.5.2.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-python/aspectlib/aspectlib-1.5.2.ebuild
b/dev-python/aspectlib/aspectlib-1.5.2.ebuild
index cd91842e1..6c3e62de2 100644
--- a/dev-python/aspectlib/aspectlib-1.5.2.ebuild
+++ b/dev-python/aspectlib/aspectlib-1.5.2.ebuild
@@ -26,8 +26,6 @@ RDEPEND="
DEPEND="
${RDEPEND}
test? (
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/nose[${PYTHON_USEDEP}]
dev-python/process-tests[${PYTHON_USEDEP}]
www-servers/tornado[${PYTHON_USEDEP}]
)