summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/memory_profiler')
-rw-r--r--dev-python/memory_profiler/memory_profiler-0.54.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild b/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild
index 905633999611..c04c067d81f3 100644
--- a/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild
+++ b/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild
@@ -15,8 +15,11 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+# dev-lang/mercury: collision on 'mprof'
+# https://bugs.gentoo.org/571176
RDEPEND="
dev-python/psutil[${PYTHON_USEDEP}]
+ !dev-lang/mercury
"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"