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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2560A1382C5 for ; Tue, 23 Feb 2021 09:33:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C258E0867; Tue, 23 Feb 2021 09:33:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39CA6E086A for ; Tue, 23 Feb 2021 09:33:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17A10340ED4 for ; Tue, 23 Feb 2021 09:33:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0CD94F1 for ; Tue, 23 Feb 2021 09:33:11 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1614072777.91af11b554dae0426b755f49490fcdfd72b6a34a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysmi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pysmi/pysmi-0.3.4.ebuild X-VCS-Directories: dev-python/pysmi/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 91af11b554dae0426b755f49490fcdfd72b6a34a X-VCS-Branch: master Date: Tue, 23 Feb 2021 09:33:11 +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: 47eec772-ea66-428f-999b-df9fef4dcdcd X-Archives-Hash: 5b59536470e10252a3fb18ab0350f9f9 commit: 91af11b554dae0426b755f49490fcdfd72b6a34a Author: Jakov Smolic sartura hr> AuthorDate: Tue Feb 23 09:32:57 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Feb 23 09:32:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91af11b5 dev-python/pysmi: Add missing pysnmp test dep Closes: https://github.com/gentoo/gentoo/pull/19612 Closes: https://bugs.gentoo.org/772221 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> dev-python/pysmi/pysmi-0.3.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pysmi/pysmi-0.3.4.ebuild b/dev-python/pysmi/pysmi-0.3.4.ebuild index b28efec48dd..65ae6d0c5a5 100644 --- a/dev-python/pysmi/pysmi-0.3.4.ebuild +++ b/dev-python/pysmi/pysmi-0.3.4.ebuild @@ -15,5 +15,6 @@ SLOT="0" KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86" RDEPEND="dev-python/ply[${PYTHON_USEDEP}]" +BDEPEND="test? ( dev-python/pysnmp[${PYTHON_USEDEP}] )" distutils_enable_tests unittest