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@posteo.de>
This commit is contained in:
Theo Anderson
2020-12-24 22:23:17 +13:00
parent 4af040dcc3
commit 0ec4d10472
2 changed files with 2 additions and 5 deletions

View File

@@ -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

View File

@@ -20,4 +20,4 @@ RDEPEND="
${DEPEND}
dev-python/python-xlib[${PYTHON_USEDEP}]
"
BDEPEND="dev-python/pip[${PYTHON_USEDEP}]"
DEPEND="dev-python/pillow[${PYTHON_USEDEP}]"