From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0494A139694 for ; Sun, 12 Feb 2017 23:29:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FCC0E0CBD; Sun, 12 Feb 2017 23:29:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 388B2E0CBD for ; Sun, 12 Feb 2017 23:29:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E878B341236 for ; Sun, 12 Feb 2017 23:29:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6AB145BE for ; Sun, 12 Feb 2017 23:29:37 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1486942076.c0a1748dedf9086d401b434a9107c4d5d99a2d56.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fedmsg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fedmsg/fedmsg-0.18.2.ebuild X-VCS-Directories: dev-python/fedmsg/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: c0a1748dedf9086d401b434a9107c4d5d99a2d56 X-VCS-Branch: master Date: Sun, 12 Feb 2017 23:29:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ea68dd21-ff0a-4108-825b-aa80cafc5f2f X-Archives-Hash: 23d3ca41776b64a1723ecb6692679341 commit: c0a1748dedf9086d401b434a9107c4d5d99a2d56 Author: Maciej Grela fsck pl> AuthorDate: Sat Feb 11 22:38:37 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Feb 12 23:27:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0a1748d dev-python/fedmsg: Add missing dependency on psutil Closes: https://github.com/gentoo/gentoo/pull/3922 dev-python/fedmsg/fedmsg-0.18.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/fedmsg/fedmsg-0.18.2.ebuild b/dev-python/fedmsg/fedmsg-0.18.2.ebuild index fdac680ca0..f83122309d 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}"