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 35F441382C5 for ; Wed, 23 Dec 2020 11:34:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D36EE0C58; Wed, 23 Dec 2020 11:34:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BAFA4E0C58 for ; Wed, 23 Dec 2020 11:34:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 42205341914 for ; Wed, 23 Dec 2020 11:33:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B705549 for ; Wed, 23 Dec 2020 11:33:57 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1608720553.1b851f130603586b372cf3cda27fafac0a11ce51.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pystray/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pystray/pystray-0.17.2.ebuild X-VCS-Directories: dev-python/pystray/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1b851f130603586b372cf3cda27fafac0a11ce51 X-VCS-Branch: master Date: Wed, 23 Dec 2020 11:33:57 +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: cac2ae6d-2ad6-4f70-b2da-d4a86373b325 X-Archives-Hash: b707bb53ab9706c96302718183e026bc commit: 1b851f130603586b372cf3cda27fafac0a11ce51 Author: Theo Anderson posteo de> AuthorDate: Wed Dec 23 10:49:13 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Dec 23 10:49:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b851f13 dev-python/pystray: bdepend dev-python/pip Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> dev-python/pystray/pystray-0.17.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pystray/pystray-0.17.2.ebuild b/dev-python/pystray/pystray-0.17.2.ebuild index 8736ac81..70935466 100644 --- a/dev-python/pystray/pystray-0.17.2.ebuild +++ b/dev-python/pystray/pystray-0.17.2.ebuild @@ -20,3 +20,4 @@ RDEPEND=" ${DEPEND} dev-python/python-xlib[${PYTHON_USEDEP}] " +BDEPEND="dev-python/pip[${PYTHON_USEDEP}]"