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 AA6F2138359 for ; Mon, 20 Jul 2020 20:04:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7122E08EF; Mon, 20 Jul 2020 20:04:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CD1EE08EF for ; Mon, 20 Jul 2020 20:04:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44C9A34EC7F for ; Mon, 20 Jul 2020 20:04:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8F362A4 for ; Mon, 20 Jul 2020 20:04:10 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1595275447.ca1fe53964816b33c897643d8325021cb41e26cb.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyroute2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyroute2/pyroute2-0.5.12-r1.ebuild X-VCS-Directories: dev-python/pyroute2/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: ca1fe53964816b33c897643d8325021cb41e26cb X-VCS-Branch: master Date: Mon, 20 Jul 2020 20:04:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a56e45c3-b4d6-42d1-81de-aeb362b6eb89 X-Archives-Hash: 8d08ab3cbc11212c34bf60473d7cd2e0 commit: ca1fe53964816b33c897643d8325021cb41e26cb Author: Matthew Thode gentoo org> AuthorDate: Mon Jul 20 20:03:53 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Mon Jul 20 20:04:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1fe539 dev-python/pyroute2: add missing dep on setuptools Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Matthew Thode gentoo.org> dev-python/pyroute2/pyroute2-0.5.12-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pyroute2/pyroute2-0.5.12-r1.ebuild b/dev-python/pyroute2/pyroute2-0.5.12-r1.ebuild index c3889a7d63c..e4c7dab8008 100644 --- a/dev-python/pyroute2/pyroute2-0.5.12-r1.ebuild +++ b/dev-python/pyroute2/pyroute2-0.5.12-r1.ebuild @@ -18,6 +18,7 @@ KEYWORDS="amd64 ~arm64 x86" IUSE="test" BDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/psutil[${PYTHON_USEDEP}] )