Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysmi/
Date: Tue, 23 Feb 2021 09:33:15
Message-Id: 1614072777.91af11b554dae0426b755f49490fcdfd72b6a34a.soap@gentoo
1 commit: 91af11b554dae0426b755f49490fcdfd72b6a34a
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Tue Feb 23 09:32:57 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 23 09:32:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91af11b5
7
8 dev-python/pysmi: Add missing pysnmp test dep
9
10 Closes: https://github.com/gentoo/gentoo/pull/19612
11 Closes: https://bugs.gentoo.org/772221
12 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 dev-python/pysmi/pysmi-0.3.4.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/dev-python/pysmi/pysmi-0.3.4.ebuild b/dev-python/pysmi/pysmi-0.3.4.ebuild
19 index b28efec48dd..65ae6d0c5a5 100644
20 --- a/dev-python/pysmi/pysmi-0.3.4.ebuild
21 +++ b/dev-python/pysmi/pysmi-0.3.4.ebuild
22 @@ -15,5 +15,6 @@ SLOT="0"
23 KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
24
25 RDEPEND="dev-python/ply[${PYTHON_USEDEP}]"
26 +BDEPEND="test? ( dev-python/pysnmp[${PYTHON_USEDEP}] )"
27
28 distutils_enable_tests unittest