From 87c9c51714aa36f0298133c21fef9a77ad6f11b4 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 2 Dec 2021 09:04:22 +0100 Subject: dev-python/pkginfo: Add dev-python/wheel test dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/827969 Signed-off-by: Michał Górny --- dev-python/pkginfo/pkginfo-1.8.2.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dev-python/pkginfo') 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 -- cgit v1.2.3-65-gdbad