diff options
author | Theo Anderson <telans@posteo.de> | 2020-12-23 21:22:24 +1300 |
---|---|---|
committer | Theo Anderson <telans@posteo.de> | 2020-12-23 21:22:24 +1300 |
commit | 8a00ca408fd26b062a7c3961a09c5d00bf10145c (patch) | |
tree | d197b831ec56a62d1a735d06b48b1a9e25d3596d /dev-python/libusb1 | |
parent | games-action/ATLauncher: bdepend media-gfx/imagemagick[png] (diff) | |
download | guru-8a00ca408fd26b062a7c3961a09c5d00bf10145c.tar.gz guru-8a00ca408fd26b062a7c3961a09c5d00bf10145c.tar.bz2 guru-8a00ca408fd26b062a7c3961a09c5d00bf10145c.zip |
dev-python/libusb1: bdepend dev-python/{pip,wheel}
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
Diffstat (limited to 'dev-python/libusb1')
-rw-r--r-- | dev-python/libusb1/libusb1-1.9.1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/libusb1/libusb1-1.9.1.ebuild b/dev-python/libusb1/libusb1-1.9.1.ebuild index ccaaf8a41..7eb10df10 100644 --- a/dev-python/libusb1/libusb1-1.9.1.ebuild +++ b/dev-python/libusb1/libusb1-1.9.1.ebuild @@ -16,5 +16,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="virtual/libusb" +BDEPEND=" + dev-python/pip[${PYTHON_USEDEP}] + dev-python/wheel[${PYTHON_USEDEP}] +" distutils_enable_tests setup.py |