commit: 0ec4d1047227132d53753bb5d0656e7b687c3167
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Thu Dec 24 09:23:17 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
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}]"