Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fedmsg/
Date: Sun, 12 Feb 2017 23:29:43
Message-Id: 1486942076.c0a1748dedf9086d401b434a9107c4d5d99a2d56.kentnl@gentoo
1 commit: c0a1748dedf9086d401b434a9107c4d5d99a2d56
2 Author: Maciej Grela <enki <AT> fsck <DOT> pl>
3 AuthorDate: Sat Feb 11 22:38:37 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 23:27:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0a1748d
7
8 dev-python/fedmsg: Add missing dependency on psutil
9
10 Closes: https://github.com/gentoo/gentoo/pull/3922
11
12 dev-python/fedmsg/fedmsg-0.18.2.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/fedmsg/fedmsg-0.18.2.ebuild b/dev-python/fedmsg/fedmsg-0.18.2.ebuild
16 index fdac680ca0..f83122309d 100644
17 --- a/dev-python/fedmsg/fedmsg-0.18.2.ebuild
18 +++ b/dev-python/fedmsg/fedmsg-0.18.2.ebuild
19 @@ -25,6 +25,7 @@ RDEPEND="
20 dev-python/six[${PYTHON_USEDEP}]
21 dev-python/arrow[${PYTHON_USEDEP}]
22 dev-python/cryptography[${PYTHON_USEDEP}]
23 + dev-python/psutil[${PYTHON_USEDEP}]
24 $(python_gen_cond_dep 'dev-python/m2crypto[${PYTHON_USEDEP}]' 'python2*')
25 "
26 DEPEND="${RDEPEND}"