From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F860158086 for ; Mon, 29 Nov 2021 14:45:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44F5D2BC08F; Mon, 29 Nov 2021 14:45:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03AEF2BC08F for ; Mon, 29 Nov 2021 14:45:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A335342DF6 for ; Mon, 29 Nov 2021 14:45:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D971201 for ; Mon, 29 Nov 2021 14:45:25 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1638197113.d809749e1e47e300bbb6dbe012cee9d3f2a3b2bc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/argparse-manpage/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/argparse-manpage/argparse-manpage-2.ebuild X-VCS-Directories: dev-python/argparse-manpage/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d809749e1e47e300bbb6dbe012cee9d3f2a3b2bc X-VCS-Branch: master Date: Mon, 29 Nov 2021 14:45:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ca80cbd6-f307-40f5-b1f4-1ffb7d8ce7fc X-Archives-Hash: 6791d349214cba8d8578d69203b3559f commit: d809749e1e47e300bbb6dbe012cee9d3f2a3b2bc Author: Michał Górny gentoo org> AuthorDate: Mon Nov 29 14:41:47 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Nov 29 14:45:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d809749e dev-python/argparse-manpage: Add test dep on dev-python/pip Closes: https://bugs.gentoo.org/827827 Signed-off-by: Michał Górny gentoo.org> dev-python/argparse-manpage/argparse-manpage-2.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/argparse-manpage/argparse-manpage-2.ebuild b/dev-python/argparse-manpage/argparse-manpage-2.ebuild index c0c3a4592e26..5199ae12a243 100644 --- a/dev-python/argparse-manpage/argparse-manpage-2.ebuild +++ b/dev-python/argparse-manpage/argparse-manpage-2.ebuild @@ -14,6 +14,11 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" +BDEPEND=" + test? ( + dev-python/pip[${PYTHON_USEDEP}] + )" + distutils_enable_tests pytest python_test() {