summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Grela <enki@fsck.pl>2017-02-11 23:38:37 +0100
committerKent Fredric <kentnl@gentoo.org>2017-02-13 12:27:56 +1300
commitc0a1748dedf9086d401b434a9107c4d5d99a2d56 (patch)
tree4a9ac5742d4dfd5d4a1ee7668a5b35c8e4fa181e
parentdev-util/pkgconf: bump to 1.2.2 (diff)
downloadgentoo-c0a1748dedf9086d401b434a9107c4d5d99a2d56.tar.gz
gentoo-c0a1748dedf9086d401b434a9107c4d5d99a2d56.tar.bz2
gentoo-c0a1748dedf9086d401b434a9107c4d5d99a2d56.zip
dev-python/fedmsg: Add missing dependency on psutil
Closes: https://github.com/gentoo/gentoo/pull/3922
-rw-r--r--dev-python/fedmsg/fedmsg-0.18.2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/fedmsg/fedmsg-0.18.2.ebuild b/dev-python/fedmsg/fedmsg-0.18.2.ebuild
index fdac680ca04f..f83122309dbd 100644
--- a/dev-python/fedmsg/fedmsg-0.18.2.ebuild
+++ b/dev-python/fedmsg/fedmsg-0.18.2.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
dev-python/arrow[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]
+ dev-python/psutil[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/m2crypto[${PYTHON_USEDEP}]' 'python2*')
"
DEPEND="${RDEPEND}"