From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1234142-garchives=archives.gentoo.org@lists.gentoo.org>
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 5BF331382C5
	for <garchives@archives.gentoo.org>; Thu, 24 Dec 2020 09:27:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7AF97E09F4;
	Thu, 24 Dec 2020 09:27:14 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 60EC9E09F4
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 Dec 2020 09:27:13 +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 700CF341BA6
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 Dec 2020 09:27:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E7B004E
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 Dec 2020 09:27:10 +0000 (UTC)
From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" <telans@posteo.de>
Message-ID: <1608802002.0ec4d1047227132d53753bb5d0656e7b687c3167.telans@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/libusb1/, dev-python/pystray/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: dev-python/libusb1/libusb1-1.9.1.ebuild dev-python/pystray/pystray-0.17.2.ebuild
X-VCS-Directories: dev-python/libusb1/ dev-python/pystray/
X-VCS-Committer: telans
X-VCS-Committer-Name: Theo Anderson
X-VCS-Revision: 0ec4d1047227132d53753bb5d0656e7b687c3167
X-VCS-Branch: dev
Date: Thu, 24 Dec 2020 09:27:10 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 78cef659-e6aa-4ca5-973f-6dcf142c7d5a
X-Archives-Hash: a6465f8ab5b2412327875414e4036f5a

commit:     0ec4d1047227132d53753bb5d0656e7b687c3167
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Thu Dec 24 09:23:17 2020 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Thu Dec 24 09:26:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ec4d104

dev-python/*: fix usage of dev-python/pip dependency

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 dev-python/libusb1/libusb1-1.9.1.ebuild  | 5 +----
 dev-python/pystray/pystray-0.17.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-python/libusb1/libusb1-1.9.1.ebuild b/dev-python/libusb1/libusb1-1.9.1.ebuild
index 7eb10df1..5a65f453 100644
--- a/dev-python/libusb1/libusb1-1.9.1.ebuild
+++ b/dev-python/libusb1/libusb1-1.9.1.ebuild
@@ -16,9 +16,6 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="virtual/libusb"
-BDEPEND="
-	dev-python/pip[${PYTHON_USEDEP}]
-	dev-python/wheel[${PYTHON_USEDEP}]
-"
+DEPEND="dev-python/wheel[${PYTHON_USEDEP}]"
 
 distutils_enable_tests setup.py

diff --git a/dev-python/pystray/pystray-0.17.2.ebuild b/dev-python/pystray/pystray-0.17.2.ebuild
index 70935466..41711222 100644
--- a/dev-python/pystray/pystray-0.17.2.ebuild
+++ b/dev-python/pystray/pystray-0.17.2.ebuild
@@ -20,4 +20,4 @@ RDEPEND="
 	${DEPEND}
 	dev-python/python-xlib[${PYTHON_USEDEP}]
 "
-BDEPEND="dev-python/pip[${PYTHON_USEDEP}]"
+DEPEND="dev-python/pillow[${PYTHON_USEDEP}]"