summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-12-02 09:04:22 +0100
committerMichał Górny <mgorny@gentoo.org>2021-12-02 09:12:26 +0100
commit87c9c51714aa36f0298133c21fef9a77ad6f11b4 (patch)
treeaf00c89259b48b9b51da43bc2a7e2840ed50f602
parentdev-python/pkginfo: Remove 1.8.1 (diff)
downloadgentoo-87c9c51714aa36f0298133c21fef9a77ad6f11b4.tar.gz
gentoo-87c9c51714aa36f0298133c21fef9a77ad6f11b4.tar.bz2
gentoo-87c9c51714aa36f0298133c21fef9a77ad6f11b4.zip
dev-python/pkginfo: Add dev-python/wheel test dep
Closes: https://bugs.gentoo.org/827969 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pkginfo/pkginfo-1.8.2.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/pkginfo/pkginfo-1.8.2.ebuild b/dev-python/pkginfo/pkginfo-1.8.2.ebuild
index 67ef84fc69ef..e4f05e1bb03e 100644
--- a/dev-python/pkginfo/pkginfo-1.8.2.ebuild
+++ b/dev-python/pkginfo/pkginfo-1.8.2.ebuild
@@ -14,5 +14,10 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
+BDEPEND="
+ test? (
+ dev-python/wheel[${PYTHON_USEDEP}]
+ )"
+
distutils_enable_tests pytest
distutils_enable_sphinx docs