Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/memory_profiler/
Date: Sat, 03 Nov 2018 08:48:58
Message-Id: 1541233966.f6a3c514c0fa07d69ecec70304f9b9144f68d261.mgorny@gentoo
1 commit: f6a3c514c0fa07d69ecec70304f9b9144f68d261
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 3 08:32:46 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 3 08:32:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a3c514
7
8 dev-python/memory_profiler: Add blocker on dev-lang/mercury
9
10 Closes: https://bugs.gentoo.org/571176
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/memory_profiler/memory_profiler-0.54.0.ebuild | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild b/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild
17 index 90563399961..c04c067d81f 100644
18 --- a/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild
19 +++ b/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild
20 @@ -15,8 +15,11 @@ LICENSE="BSD"
21 SLOT="0"
22 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
23
24 +# dev-lang/mercury: collision on 'mprof'
25 +# https://bugs.gentoo.org/571176
26 RDEPEND="
27 dev-python/psutil[${PYTHON_USEDEP}]
28 + !dev-lang/mercury
29 "
30 DEPEND="${RDEPEND}
31 dev-python/setuptools[${PYTHON_USEDEP}]"