commit: ea4096b34fc1267571b663aa284a06dcb303f53f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 4 05:21:46 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 4 05:51:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea4096b3
dev-python/Arpeggio: Remove unnecessary test dep on memory-profiler
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/Arpeggio/Arpeggio-2.0.2.ebuild | 6 ------
1 file changed, 6 deletions(-)
diff --git a/dev-python/Arpeggio/Arpeggio-2.0.2.ebuild
b/dev-python/Arpeggio/Arpeggio-2.0.2.ebuild
index 3c894b75d09a..6ea3448bc3a1 100644
--- a/dev-python/Arpeggio/Arpeggio-2.0.2.ebuild
+++ b/dev-python/Arpeggio/Arpeggio-2.0.2.ebuild
@@ -19,10 +19,4 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~riscv x86"
-DEPEND="
- test? (
- dev-python/memory-profiler[${PYTHON_USEDEP}]
- )
-"
-
distutils_enable_tests pytest