dev-python/fedmsg: Add missing dependency on psutil

Closes: https://github.com/gentoo/gentoo/pull/3922
This commit is contained in:
Maciej Grela
2017-02-11 23:38:37 +01:00
committed by Kent Fredric
parent 1512c9f2dc
commit c0a1748ded

View File

@@ -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}"