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 60AEC158095 for ; Wed, 21 Sep 2022 15:30:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 186F7E0A80; Wed, 21 Sep 2022 15:30:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB68BE0A80 for ; Wed, 21 Sep 2022 15:30:02 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE03D335C2A for ; Wed, 21 Sep 2022 15:30:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23EF05E0 for ; Wed, 21 Sep 2022 15:30:00 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1663774192.b3d249f61801ad2cdfca393c82eb57318aa846ff.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild X-VCS-Directories: dev-python/ntlm-auth/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: b3d249f61801ad2cdfca393c82eb57318aa846ff X-VCS-Branch: master Date: Wed, 21 Sep 2022 15:30:00 +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: ef2b52e5-5eac-4fa1-81d3-120e7471d66e X-Archives-Hash: 2ac06f79494514a9802b8c300807505a commit: b3d249f61801ad2cdfca393c82eb57318aa846ff Author: Marek Szuba gentoo org> AuthorDate: Wed Sep 21 15:11:52 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Sep 21 15:29:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d249f6 dev-python/ntlm-auth: tests require dev-python/requests Signed-off-by: Marek Szuba gentoo.org> dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild b/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild index 97883cb51cbd..8a7ce5c92edb 100644 --- a/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild +++ b/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild @@ -18,5 +18,6 @@ KEYWORDS="~amd64 ~riscv ~x86" RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" +BDEPEND="test? ( dev-python/requests[${PYTHON_USEDEP}] )" distutils_enable_tests pytest